ServiceNetworkManagers

azure-17/Item/Other/ServiceNetworkManagers
include('azure-17/Item/Other/ServiceNetworkManagers')
Illustration ServiceNetworkManagers ServiceNetworkManagersCard ServiceNetworkManagersGroup
illustration for Illustration illustration for ServiceNetworkManagers illustration for ServiceNetworkManagersCard illustration for ServiceNetworkManagersGroup

Sprites

The item provides the following sriptes:

  • <$ServiceNetworkManagersXs>
  • <$ServiceNetworkManagersSm>
  • <$ServiceNetworkManagersMd>
  • <$ServiceNetworkManagersLg>

ServiceNetworkManagers

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

' renders the element
ServiceNetworkManagers('ServiceNetworkManagers', 'Service Network Managers', '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 ServiceNetworkManagers
include('azure-17/Item/Other/ServiceNetworkManagers')

' renders the element
ServiceNetworkManagers('ServiceNetworkManagers', 'Service Network Managers', 'an optional tech label', 'an optional description')
@enduml

ServiceNetworkManagersCard

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 ServiceNetworkManagersCard
include('azure-17/Item/Other/ServiceNetworkManagers')

' renders the element
ServiceNetworkManagersCard('ServiceNetworkManagersCard', 'Service Network Managers 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 ServiceNetworkManagersCard
include('azure-17/Item/Other/ServiceNetworkManagers')

' renders the element
ServiceNetworkManagersCard('ServiceNetworkManagersCard', 'Service Network Managers Card', 'an optional description')
@enduml

ServiceNetworkManagersGroup

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 ServiceNetworkManagersGroup
include('azure-17/Item/Other/ServiceNetworkManagers')

' renders the element
ServiceNetworkManagersGroup('ServiceNetworkManagersGroup', 'Service Network Managers 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 ServiceNetworkManagersGroup
include('azure-17/Item/Other/ServiceNetworkManagers')

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