ServiceAzureCloudShell

azure-17/Item/Other/ServiceAzureCloudShell
include('azure-17/Item/Other/ServiceAzureCloudShell')
Illustration ServiceAzureCloudShell ServiceAzureCloudShellCard ServiceAzureCloudShellGroup
illustration for Illustration illustration for ServiceAzureCloudShell illustration for ServiceAzureCloudShellCard illustration for ServiceAzureCloudShellGroup

Sprites

The item provides the following sriptes:

  • <$ServiceAzureCloudShellXs>
  • <$ServiceAzureCloudShellSm>
  • <$ServiceAzureCloudShellMd>
  • <$ServiceAzureCloudShellLg>

ServiceAzureCloudShell

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

' renders the element
ServiceAzureCloudShell('ServiceAzureCloudShell', 'Service Azure Cloud Shell', '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 ServiceAzureCloudShell
include('azure-17/Item/Other/ServiceAzureCloudShell')

' renders the element
ServiceAzureCloudShell('ServiceAzureCloudShell', 'Service Azure Cloud Shell', 'an optional tech label', 'an optional description')
@enduml

ServiceAzureCloudShellCard

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 ServiceAzureCloudShellCard
include('azure-17/Item/Other/ServiceAzureCloudShell')

' renders the element
ServiceAzureCloudShellCard('ServiceAzureCloudShellCard', 'Service Azure Cloud Shell 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 ServiceAzureCloudShellCard
include('azure-17/Item/Other/ServiceAzureCloudShell')

' renders the element
ServiceAzureCloudShellCard('ServiceAzureCloudShellCard', 'Service Azure Cloud Shell Card', 'an optional description')
@enduml

ServiceAzureCloudShellGroup

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 ServiceAzureCloudShellGroup
include('azure-17/Item/Other/ServiceAzureCloudShell')

' renders the element
ServiceAzureCloudShellGroup('ServiceAzureCloudShellGroup', 'Service Azure Cloud Shell 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 ServiceAzureCloudShellGroup
include('azure-17/Item/Other/ServiceAzureCloudShell')

' renders the element
ServiceAzureCloudShellGroup('ServiceAzureCloudShellGroup', 'Service Azure Cloud Shell Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml