ServiceModule

azure-17/Item/General/ServiceModule
include('azure-17/Item/General/ServiceModule')
Illustration ServiceModule ServiceModuleCard ServiceModuleGroup
illustration for Illustration illustration for ServiceModule illustration for ServiceModuleCard illustration for ServiceModuleGroup

Sprites

The item provides the following sriptes:

  • <$ServiceModuleXs>
  • <$ServiceModuleSm>
  • <$ServiceModuleMd>
  • <$ServiceModuleLg>

ServiceModule

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

' renders the element
ServiceModule('ServiceModule', 'Service Module', '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 ServiceModule
include('azure-17/Item/General/ServiceModule')

' renders the element
ServiceModule('ServiceModule', 'Service Module', 'an optional tech label', 'an optional description')
@enduml

ServiceModuleCard

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 ServiceModuleCard
include('azure-17/Item/General/ServiceModule')

' renders the element
ServiceModuleCard('ServiceModuleCard', 'Service Module 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 ServiceModuleCard
include('azure-17/Item/General/ServiceModule')

' renders the element
ServiceModuleCard('ServiceModuleCard', 'Service Module Card', 'an optional description')
@enduml

ServiceModuleGroup

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 ServiceModuleGroup
include('azure-17/Item/General/ServiceModule')

' renders the element
ServiceModuleGroup('ServiceModuleGroup', 'Service Module 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 ServiceModuleGroup
include('azure-17/Item/General/ServiceModule')

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