ServiceApplicationGatewayContainers

azure-19/Item/Networking/ServiceApplicationGatewayContainers
include('azure-19/Item/Networking/ServiceApplicationGatewayContainers')
Illustration ServiceApplicationGatewayContainers ServiceApplicationGatewayContainersCard ServiceApplicationGatewayContainersGroup
illustration for Illustration illustration for ServiceApplicationGatewayContainers illustration for ServiceApplicationGatewayContainersCard illustration for ServiceApplicationGatewayContainersGroup

Sprites

The item provides the following sriptes:

  • <$ServiceApplicationGatewayContainersXs>
  • <$ServiceApplicationGatewayContainersSm>
  • <$ServiceApplicationGatewayContainersMd>
  • <$ServiceApplicationGatewayContainersLg>

ServiceApplicationGatewayContainers

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 ServiceApplicationGatewayContainers
include('azure-19/Item/Networking/ServiceApplicationGatewayContainers')

' renders the element
ServiceApplicationGatewayContainers('ServiceApplicationGatewayContainers', 'Service Application Gateway Containers', '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 ServiceApplicationGatewayContainers
include('azure-19/Item/Networking/ServiceApplicationGatewayContainers')

' renders the element
ServiceApplicationGatewayContainers('ServiceApplicationGatewayContainers', 'Service Application Gateway Containers', 'an optional tech label', 'an optional description')
@enduml

ServiceApplicationGatewayContainersCard

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 ServiceApplicationGatewayContainersCard
include('azure-19/Item/Networking/ServiceApplicationGatewayContainers')

' renders the element
ServiceApplicationGatewayContainersCard('ServiceApplicationGatewayContainersCard', 'Service Application Gateway Containers 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 ServiceApplicationGatewayContainersCard
include('azure-19/Item/Networking/ServiceApplicationGatewayContainers')

' renders the element
ServiceApplicationGatewayContainersCard('ServiceApplicationGatewayContainersCard', 'Service Application Gateway Containers Card', 'an optional description')
@enduml

ServiceApplicationGatewayContainersGroup

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 ServiceApplicationGatewayContainersGroup
include('azure-19/Item/Networking/ServiceApplicationGatewayContainers')

' renders the element
ServiceApplicationGatewayContainersGroup('ServiceApplicationGatewayContainersGroup', 'Service Application Gateway Containers 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 ServiceApplicationGatewayContainersGroup
include('azure-19/Item/Networking/ServiceApplicationGatewayContainers')

' renders the element
ServiceApplicationGatewayContainersGroup('ServiceApplicationGatewayContainersGroup', 'Service Application Gateway Containers Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml