ServicePowershell

azure-17/Item/General/ServicePowershell
include('azure-17/Item/General/ServicePowershell')
Illustration ServicePowershell ServicePowershellCard ServicePowershellGroup
illustration for Illustration illustration for ServicePowershell illustration for ServicePowershellCard illustration for ServicePowershellGroup

Sprites

The item provides the following sriptes:

  • <$ServicePowershellXs>
  • <$ServicePowershellSm>
  • <$ServicePowershellMd>
  • <$ServicePowershellLg>

ServicePowershell

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

' renders the element
ServicePowershell('ServicePowershell', 'Service Powershell', '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 ServicePowershell
include('azure-17/Item/General/ServicePowershell')

' renders the element
ServicePowershell('ServicePowershell', 'Service Powershell', 'an optional tech label', 'an optional description')
@enduml

ServicePowershellCard

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 ServicePowershellCard
include('azure-17/Item/General/ServicePowershell')

' renders the element
ServicePowershellCard('ServicePowershellCard', 'Service Powershell 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 ServicePowershellCard
include('azure-17/Item/General/ServicePowershell')

' renders the element
ServicePowershellCard('ServicePowershellCard', 'Service Powershell Card', 'an optional description')
@enduml

ServicePowershellGroup

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 ServicePowershellGroup
include('azure-17/Item/General/ServicePowershell')

' renders the element
ServicePowershellGroup('ServicePowershellGroup', 'Service Powershell 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 ServicePowershellGroup
include('azure-17/Item/General/ServicePowershell')

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