ServiceActiveDirectoryConnectHealth

azure-17/Item/Identity/ServiceActiveDirectoryConnectHealth
include('azure-17/Item/Identity/ServiceActiveDirectoryConnectHealth')
Illustration ServiceActiveDirectoryConnectHealth ServiceActiveDirectoryConnectHealthCard ServiceActiveDirectoryConnectHealthGroup
illustration for Illustration illustration for ServiceActiveDirectoryConnectHealth illustration for ServiceActiveDirectoryConnectHealthCard illustration for ServiceActiveDirectoryConnectHealthGroup

Sprites

The item provides the following sriptes:

  • <$ServiceActiveDirectoryConnectHealthXs>
  • <$ServiceActiveDirectoryConnectHealthSm>
  • <$ServiceActiveDirectoryConnectHealthMd>
  • <$ServiceActiveDirectoryConnectHealthLg>

ServiceActiveDirectoryConnectHealth

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

' renders the element
ServiceActiveDirectoryConnectHealth('ServiceActiveDirectoryConnectHealth', 'Service Active Directory Connect 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 ServiceActiveDirectoryConnectHealth
include('azure-17/Item/Identity/ServiceActiveDirectoryConnectHealth')

' renders the element
ServiceActiveDirectoryConnectHealth('ServiceActiveDirectoryConnectHealth', 'Service Active Directory Connect Health', 'an optional tech label', 'an optional description')
@enduml

ServiceActiveDirectoryConnectHealthCard

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 ServiceActiveDirectoryConnectHealthCard
include('azure-17/Item/Identity/ServiceActiveDirectoryConnectHealth')

' renders the element
ServiceActiveDirectoryConnectHealthCard('ServiceActiveDirectoryConnectHealthCard', 'Service Active Directory Connect 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 ServiceActiveDirectoryConnectHealthCard
include('azure-17/Item/Identity/ServiceActiveDirectoryConnectHealth')

' renders the element
ServiceActiveDirectoryConnectHealthCard('ServiceActiveDirectoryConnectHealthCard', 'Service Active Directory Connect Health Card', 'an optional description')
@enduml

ServiceActiveDirectoryConnectHealthGroup

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 ServiceActiveDirectoryConnectHealthGroup
include('azure-17/Item/Identity/ServiceActiveDirectoryConnectHealth')

' renders the element
ServiceActiveDirectoryConnectHealthGroup('ServiceActiveDirectoryConnectHealthGroup', 'Service Active Directory Connect 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 ServiceActiveDirectoryConnectHealthGroup
include('azure-17/Item/Identity/ServiceActiveDirectoryConnectHealth')

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