ServiceOperationLogClassic

azure-17/Item/ManagementGovernance/ServiceOperationLogClassic
include('azure-17/Item/ManagementGovernance/ServiceOperationLogClassic')
Illustration ServiceOperationLogClassic ServiceOperationLogClassicCard ServiceOperationLogClassicGroup
illustration for Illustration illustration for ServiceOperationLogClassic illustration for ServiceOperationLogClassicCard illustration for ServiceOperationLogClassicGroup

Sprites

The item provides the following sriptes:

  • <$ServiceOperationLogClassicXs>
  • <$ServiceOperationLogClassicSm>
  • <$ServiceOperationLogClassicMd>
  • <$ServiceOperationLogClassicLg>

ServiceOperationLogClassic

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

' renders the element
ServiceOperationLogClassic('ServiceOperationLogClassic', 'Service Operation Log Classic', '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 ServiceOperationLogClassic
include('azure-17/Item/ManagementGovernance/ServiceOperationLogClassic')

' renders the element
ServiceOperationLogClassic('ServiceOperationLogClassic', 'Service Operation Log Classic', 'an optional tech label', 'an optional description')
@enduml

ServiceOperationLogClassicCard

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 ServiceOperationLogClassicCard
include('azure-17/Item/ManagementGovernance/ServiceOperationLogClassic')

' renders the element
ServiceOperationLogClassicCard('ServiceOperationLogClassicCard', 'Service Operation Log Classic 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 ServiceOperationLogClassicCard
include('azure-17/Item/ManagementGovernance/ServiceOperationLogClassic')

' renders the element
ServiceOperationLogClassicCard('ServiceOperationLogClassicCard', 'Service Operation Log Classic Card', 'an optional description')
@enduml

ServiceOperationLogClassicGroup

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 ServiceOperationLogClassicGroup
include('azure-17/Item/ManagementGovernance/ServiceOperationLogClassic')

' renders the element
ServiceOperationLogClassicGroup('ServiceOperationLogClassicGroup', 'Service Operation Log Classic 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 ServiceOperationLogClassicGroup
include('azure-17/Item/ManagementGovernance/ServiceOperationLogClassic')

' renders the element
ServiceOperationLogClassicGroup('ServiceOperationLogClassicGroup', 'Service Operation Log Classic Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml