ServiceImageVersions

azure-17/Item/Compute/ServiceImageVersions
include('azure-17/Item/Compute/ServiceImageVersions')
Illustration ServiceImageVersions ServiceImageVersionsCard ServiceImageVersionsGroup
illustration for Illustration illustration for ServiceImageVersions illustration for ServiceImageVersionsCard illustration for ServiceImageVersionsGroup

Sprites

The item provides the following sriptes:

  • <$ServiceImageVersionsXs>
  • <$ServiceImageVersionsSm>
  • <$ServiceImageVersionsMd>
  • <$ServiceImageVersionsLg>

ServiceImageVersions

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

' renders the element
ServiceImageVersions('ServiceImageVersions', 'Service Image Versions', '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 ServiceImageVersions
include('azure-17/Item/Compute/ServiceImageVersions')

' renders the element
ServiceImageVersions('ServiceImageVersions', 'Service Image Versions', 'an optional tech label', 'an optional description')
@enduml

ServiceImageVersionsCard

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 ServiceImageVersionsCard
include('azure-17/Item/Compute/ServiceImageVersions')

' renders the element
ServiceImageVersionsCard('ServiceImageVersionsCard', 'Service Image Versions 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 ServiceImageVersionsCard
include('azure-17/Item/Compute/ServiceImageVersions')

' renders the element
ServiceImageVersionsCard('ServiceImageVersionsCard', 'Service Image Versions Card', 'an optional description')
@enduml

ServiceImageVersionsGroup

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 ServiceImageVersionsGroup
include('azure-17/Item/Compute/ServiceImageVersions')

' renders the element
ServiceImageVersionsGroup('ServiceImageVersionsGroup', 'Service Image Versions 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 ServiceImageVersionsGroup
include('azure-17/Item/Compute/ServiceImageVersions')

' renders the element
ServiceImageVersionsGroup('ServiceImageVersionsGroup', 'Service Image Versions Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml