ServiceServiceHealth

azure-17/Item/General/ServiceServiceHealth
include('azure-17/Item/General/ServiceServiceHealth')
Illustration ServiceServiceHealth ServiceServiceHealthCard ServiceServiceHealthGroup
illustration for Illustration illustration for ServiceServiceHealth illustration for ServiceServiceHealthCard illustration for ServiceServiceHealthGroup

Sprites

The item provides the following sriptes:

  • <$ServiceServiceHealthXs>
  • <$ServiceServiceHealthSm>
  • <$ServiceServiceHealthMd>
  • <$ServiceServiceHealthLg>

ServiceServiceHealth

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

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

' renders the element
ServiceServiceHealth('ServiceServiceHealth', 'Service Service Health', 'an optional tech label', 'an optional description')
@enduml

ServiceServiceHealthCard

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

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

' renders the element
ServiceServiceHealthCard('ServiceServiceHealthCard', 'Service Service Health Card', 'an optional description')
@enduml

ServiceServiceHealthGroup

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

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

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