ServiceBlueprints
azure-19/Item/ManagementGovernance/ServiceBlueprints
include('azure-19/Item/ManagementGovernance/ServiceBlueprints')
Illustration | ServiceBlueprints | ServiceBlueprintsCard | ServiceBlueprintsGroup |
---|---|---|---|
Sprites
The item provides the following sriptes:
<$ServiceBlueprintsXs>
<$ServiceBlueprintsSm>
<$ServiceBlueprintsMd>
<$ServiceBlueprintsLg>
ServiceBlueprints
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-19/bootstrap')
' loads the Item which embeds the element ServiceBlueprints
include('azure-19/Item/ManagementGovernance/ServiceBlueprints')
' renders the element
ServiceBlueprints('ServiceBlueprints', 'Service Blueprints', '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-19/bootstrap')
' loads the Item which embeds the element ServiceBlueprints
include('azure-19/Item/ManagementGovernance/ServiceBlueprints')
' renders the element
ServiceBlueprints('ServiceBlueprints', 'Service Blueprints', 'an optional tech label', 'an optional description')
@enduml
ServiceBlueprintsCard
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-19/bootstrap')
' loads the Item which embeds the element ServiceBlueprintsCard
include('azure-19/Item/ManagementGovernance/ServiceBlueprints')
' renders the element
ServiceBlueprintsCard('ServiceBlueprintsCard', 'Service Blueprints 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-19/bootstrap')
' loads the Item which embeds the element ServiceBlueprintsCard
include('azure-19/Item/ManagementGovernance/ServiceBlueprints')
' renders the element
ServiceBlueprintsCard('ServiceBlueprintsCard', 'Service Blueprints Card', 'an optional description')
@enduml
ServiceBlueprintsGroup
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-19/bootstrap')
' loads the Item which embeds the element ServiceBlueprintsGroup
include('azure-19/Item/ManagementGovernance/ServiceBlueprints')
' renders the element
ServiceBlueprintsGroup('ServiceBlueprintsGroup', 'Service Blueprints 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-19/bootstrap')
' loads the Item which embeds the element ServiceBlueprintsGroup
include('azure-19/Item/ManagementGovernance/ServiceBlueprints')
' renders the element
ServiceBlueprintsGroup('ServiceBlueprintsGroup', 'Service Blueprints Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml