ServiceAadLicenses

azure-17/Item/Identity/ServiceAadLicenses
include('azure-17/Item/Identity/ServiceAadLicenses')
Illustration ServiceAadLicenses ServiceAadLicensesCard ServiceAadLicensesGroup
illustration for Illustration illustration for ServiceAadLicenses illustration for ServiceAadLicensesCard illustration for ServiceAadLicensesGroup

Sprites

The item provides the following sriptes:

  • <$ServiceAadLicensesXs>
  • <$ServiceAadLicensesSm>
  • <$ServiceAadLicensesMd>
  • <$ServiceAadLicensesLg>

ServiceAadLicenses

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceAadLicenses
include('azure-17/Item/Identity/ServiceAadLicenses')

' renders the element
ServiceAadLicenses('ServiceAadLicenses', 'Service Aad Licenses', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceAadLicenses
include('azure-17/Item/Identity/ServiceAadLicenses')

' renders the element
ServiceAadLicenses('ServiceAadLicenses', 'Service Aad Licenses', 'an optional tech label', 'an optional description')
@enduml

ServiceAadLicensesCard

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceAadLicensesCard
include('azure-17/Item/Identity/ServiceAadLicenses')

' renders the element
ServiceAadLicensesCard('ServiceAadLicensesCard', 'Service Aad Licenses Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceAadLicensesCard
include('azure-17/Item/Identity/ServiceAadLicenses')

' renders the element
ServiceAadLicensesCard('ServiceAadLicensesCard', 'Service Aad Licenses Card', 'an optional description')
@enduml

ServiceAadLicensesGroup

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceAadLicensesGroup
include('azure-17/Item/Identity/ServiceAadLicenses')

' renders the element
ServiceAadLicensesGroup('ServiceAadLicensesGroup', 'Service Aad Licenses Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceAadLicensesGroup
include('azure-17/Item/Identity/ServiceAadLicenses')

' renders the element
ServiceAadLicensesGroup('ServiceAadLicensesGroup', 'Service Aad Licenses Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml