ServiceCustomAzureAdRoles

azure-17/Item/Identity/ServiceCustomAzureAdRoles
include('azure-17/Item/Identity/ServiceCustomAzureAdRoles')
Illustration ServiceCustomAzureAdRoles ServiceCustomAzureAdRolesCard ServiceCustomAzureAdRolesGroup
illustration for Illustration illustration for ServiceCustomAzureAdRoles illustration for ServiceCustomAzureAdRolesCard illustration for ServiceCustomAzureAdRolesGroup

Sprites

The item provides the following sriptes:

  • <$ServiceCustomAzureAdRolesXs>
  • <$ServiceCustomAzureAdRolesSm>
  • <$ServiceCustomAzureAdRolesMd>
  • <$ServiceCustomAzureAdRolesLg>

ServiceCustomAzureAdRoles

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 ServiceCustomAzureAdRoles
include('azure-17/Item/Identity/ServiceCustomAzureAdRoles')

' renders the element
ServiceCustomAzureAdRoles('ServiceCustomAzureAdRoles', 'Service Custom Azure Ad Roles', '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 ServiceCustomAzureAdRoles
include('azure-17/Item/Identity/ServiceCustomAzureAdRoles')

' renders the element
ServiceCustomAzureAdRoles('ServiceCustomAzureAdRoles', 'Service Custom Azure Ad Roles', 'an optional tech label', 'an optional description')
@enduml

ServiceCustomAzureAdRolesCard

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 ServiceCustomAzureAdRolesCard
include('azure-17/Item/Identity/ServiceCustomAzureAdRoles')

' renders the element
ServiceCustomAzureAdRolesCard('ServiceCustomAzureAdRolesCard', 'Service Custom Azure Ad Roles 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 ServiceCustomAzureAdRolesCard
include('azure-17/Item/Identity/ServiceCustomAzureAdRoles')

' renders the element
ServiceCustomAzureAdRolesCard('ServiceCustomAzureAdRolesCard', 'Service Custom Azure Ad Roles Card', 'an optional description')
@enduml

ServiceCustomAzureAdRolesGroup

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 ServiceCustomAzureAdRolesGroup
include('azure-17/Item/Identity/ServiceCustomAzureAdRoles')

' renders the element
ServiceCustomAzureAdRolesGroup('ServiceCustomAzureAdRolesGroup', 'Service Custom Azure Ad Roles 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 ServiceCustomAzureAdRolesGroup
include('azure-17/Item/Identity/ServiceCustomAzureAdRoles')

' renders the element
ServiceCustomAzureAdRolesGroup('ServiceCustomAzureAdRolesGroup', 'Service Custom Azure Ad Roles Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml