ServiceSpotVmss

azure-17/Item/Networking/ServiceSpotVmss
include('azure-17/Item/Networking/ServiceSpotVmss')
Illustration ServiceSpotVmss ServiceSpotVmssCard ServiceSpotVmssGroup
illustration for Illustration illustration for ServiceSpotVmss illustration for ServiceSpotVmssCard illustration for ServiceSpotVmssGroup

Sprites

The item provides the following sriptes:

  • <$ServiceSpotVmssXs>
  • <$ServiceSpotVmssSm>
  • <$ServiceSpotVmssMd>
  • <$ServiceSpotVmssLg>

ServiceSpotVmss

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

' renders the element
ServiceSpotVmss('ServiceSpotVmss', 'Service Spot Vmss', '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 ServiceSpotVmss
include('azure-17/Item/Networking/ServiceSpotVmss')

' renders the element
ServiceSpotVmss('ServiceSpotVmss', 'Service Spot Vmss', 'an optional tech label', 'an optional description')
@enduml

ServiceSpotVmssCard

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

' renders the element
ServiceSpotVmssCard('ServiceSpotVmssCard', 'Service Spot Vmss 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 ServiceSpotVmssCard
include('azure-17/Item/Networking/ServiceSpotVmss')

' renders the element
ServiceSpotVmssCard('ServiceSpotVmssCard', 'Service Spot Vmss Card', 'an optional description')
@enduml

ServiceSpotVmssGroup

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

' renders the element
ServiceSpotVmssGroup('ServiceSpotVmssGroup', 'Service Spot Vmss 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 ServiceSpotVmssGroup
include('azure-17/Item/Networking/ServiceSpotVmss')

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