ServiceMonitorHealthModels

azure-19/Item/NewIcons/ServiceMonitorHealthModels
include('azure-19/Item/NewIcons/ServiceMonitorHealthModels')
Illustration ServiceMonitorHealthModels ServiceMonitorHealthModelsCard ServiceMonitorHealthModelsGroup
illustration for Illustration illustration for ServiceMonitorHealthModels illustration for ServiceMonitorHealthModelsCard illustration for ServiceMonitorHealthModelsGroup

Sprites

The item provides the following sriptes:

  • <$ServiceMonitorHealthModelsXs>
  • <$ServiceMonitorHealthModelsSm>
  • <$ServiceMonitorHealthModelsMd>
  • <$ServiceMonitorHealthModelsLg>

ServiceMonitorHealthModels

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-19/bootstrap')

' loads the Item which embeds the element ServiceMonitorHealthModels
include('azure-19/Item/NewIcons/ServiceMonitorHealthModels')

' renders the element
ServiceMonitorHealthModels('ServiceMonitorHealthModels', 'Service Monitor Health Models', '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-19/bootstrap')

' loads the Item which embeds the element ServiceMonitorHealthModels
include('azure-19/Item/NewIcons/ServiceMonitorHealthModels')

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

ServiceMonitorHealthModelsCard

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-19/bootstrap')

' loads the Item which embeds the element ServiceMonitorHealthModelsCard
include('azure-19/Item/NewIcons/ServiceMonitorHealthModels')

' renders the element
ServiceMonitorHealthModelsCard('ServiceMonitorHealthModelsCard', 'Service Monitor Health Models 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-19/bootstrap')

' loads the Item which embeds the element ServiceMonitorHealthModelsCard
include('azure-19/Item/NewIcons/ServiceMonitorHealthModels')

' renders the element
ServiceMonitorHealthModelsCard('ServiceMonitorHealthModelsCard', 'Service Monitor Health Models Card', 'an optional description')
@enduml

ServiceMonitorHealthModelsGroup

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-19/bootstrap')

' loads the Item which embeds the element ServiceMonitorHealthModelsGroup
include('azure-19/Item/NewIcons/ServiceMonitorHealthModels')

' renders the element
ServiceMonitorHealthModelsGroup('ServiceMonitorHealthModelsGroup', 'Service Monitor Health Models 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-19/bootstrap')

' loads the Item which embeds the element ServiceMonitorHealthModelsGroup
include('azure-19/Item/NewIcons/ServiceMonitorHealthModels')

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