ServiceHybridConnectivityHub

azure-23/Item/NewIcons/ServiceHybridConnectivityHub
include('azure-23/Item/NewIcons/ServiceHybridConnectivityHub')
Illustration ServiceHybridConnectivityHub ServiceHybridConnectivityHubCard ServiceHybridConnectivityHubGroup
illustration for Illustration illustration for ServiceHybridConnectivityHub illustration for ServiceHybridConnectivityHubCard illustration for ServiceHybridConnectivityHubGroup

Sprites

The item provides the following sriptes:

  • <$ServiceHybridConnectivityHubXs>
  • <$ServiceHybridConnectivityHubSm>
  • <$ServiceHybridConnectivityHubMd>
  • <$ServiceHybridConnectivityHubLg>

ServiceHybridConnectivityHub

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-23/bootstrap')

' loads the Item which embeds the element ServiceHybridConnectivityHub
include('azure-23/Item/NewIcons/ServiceHybridConnectivityHub')

' renders the element
ServiceHybridConnectivityHub('ServiceHybridConnectivityHub', 'Service Hybrid Connectivity Hub', '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-23/bootstrap')

' loads the Item which embeds the element ServiceHybridConnectivityHub
include('azure-23/Item/NewIcons/ServiceHybridConnectivityHub')

' renders the element
ServiceHybridConnectivityHub('ServiceHybridConnectivityHub', 'Service Hybrid Connectivity Hub', 'an optional tech label', 'an optional description')
@enduml

ServiceHybridConnectivityHubCard

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-23/bootstrap')

' loads the Item which embeds the element ServiceHybridConnectivityHubCard
include('azure-23/Item/NewIcons/ServiceHybridConnectivityHub')

' renders the element
ServiceHybridConnectivityHubCard('ServiceHybridConnectivityHubCard', 'Service Hybrid Connectivity Hub 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-23/bootstrap')

' loads the Item which embeds the element ServiceHybridConnectivityHubCard
include('azure-23/Item/NewIcons/ServiceHybridConnectivityHub')

' renders the element
ServiceHybridConnectivityHubCard('ServiceHybridConnectivityHubCard', 'Service Hybrid Connectivity Hub Card', 'an optional description')
@enduml

ServiceHybridConnectivityHubGroup

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-23/bootstrap')

' loads the Item which embeds the element ServiceHybridConnectivityHubGroup
include('azure-23/Item/NewIcons/ServiceHybridConnectivityHub')

' renders the element
ServiceHybridConnectivityHubGroup('ServiceHybridConnectivityHubGroup', 'Service Hybrid Connectivity Hub 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-23/bootstrap')

' loads the Item which embeds the element ServiceHybridConnectivityHubGroup
include('azure-23/Item/NewIcons/ServiceHybridConnectivityHub')

' renders the element
ServiceHybridConnectivityHubGroup('ServiceHybridConnectivityHubGroup', 'Service Hybrid Connectivity Hub Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml