ServicePrivateLinkService

azure-17/Item/Networking/ServicePrivateLinkService
include('azure-17/Item/Networking/ServicePrivateLinkService')
Illustration ServicePrivateLinkService ServicePrivateLinkServiceCard ServicePrivateLinkServiceGroup
illustration for Illustration illustration for ServicePrivateLinkService illustration for ServicePrivateLinkServiceCard illustration for ServicePrivateLinkServiceGroup

Sprites

The item provides the following sriptes:

  • <$ServicePrivateLinkServiceXs>
  • <$ServicePrivateLinkServiceSm>
  • <$ServicePrivateLinkServiceMd>
  • <$ServicePrivateLinkServiceLg>

ServicePrivateLinkService

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

' renders the element
ServicePrivateLinkService('ServicePrivateLinkService', 'Service Private Link Service', '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 ServicePrivateLinkService
include('azure-17/Item/Networking/ServicePrivateLinkService')

' renders the element
ServicePrivateLinkService('ServicePrivateLinkService', 'Service Private Link Service', 'an optional tech label', 'an optional description')
@enduml

ServicePrivateLinkServiceCard

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 ServicePrivateLinkServiceCard
include('azure-17/Item/Networking/ServicePrivateLinkService')

' renders the element
ServicePrivateLinkServiceCard('ServicePrivateLinkServiceCard', 'Service Private Link Service 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 ServicePrivateLinkServiceCard
include('azure-17/Item/Networking/ServicePrivateLinkService')

' renders the element
ServicePrivateLinkServiceCard('ServicePrivateLinkServiceCard', 'Service Private Link Service Card', 'an optional description')
@enduml

ServicePrivateLinkServiceGroup

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 ServicePrivateLinkServiceGroup
include('azure-17/Item/Networking/ServicePrivateLinkService')

' renders the element
ServicePrivateLinkServiceGroup('ServicePrivateLinkServiceGroup', 'Service Private Link Service 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 ServicePrivateLinkServiceGroup
include('azure-17/Item/Networking/ServicePrivateLinkService')

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