ServiceAzureInformationProtection

azure-17/Item/Security/ServiceAzureInformationProtection
include('azure-17/Item/Security/ServiceAzureInformationProtection')
Illustration ServiceAzureInformationProtection ServiceAzureInformationProtectionCard ServiceAzureInformationProtectionGroup
illustration for Illustration illustration for ServiceAzureInformationProtection illustration for ServiceAzureInformationProtectionCard illustration for ServiceAzureInformationProtectionGroup

Sprites

The item provides the following sriptes:

  • <$ServiceAzureInformationProtectionXs>
  • <$ServiceAzureInformationProtectionSm>
  • <$ServiceAzureInformationProtectionMd>
  • <$ServiceAzureInformationProtectionLg>

ServiceAzureInformationProtection

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

' renders the element
ServiceAzureInformationProtection('ServiceAzureInformationProtection', 'Service Azure Information Protection', '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 ServiceAzureInformationProtection
include('azure-17/Item/Security/ServiceAzureInformationProtection')

' renders the element
ServiceAzureInformationProtection('ServiceAzureInformationProtection', 'Service Azure Information Protection', 'an optional tech label', 'an optional description')
@enduml

ServiceAzureInformationProtectionCard

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 ServiceAzureInformationProtectionCard
include('azure-17/Item/Security/ServiceAzureInformationProtection')

' renders the element
ServiceAzureInformationProtectionCard('ServiceAzureInformationProtectionCard', 'Service Azure Information Protection 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 ServiceAzureInformationProtectionCard
include('azure-17/Item/Security/ServiceAzureInformationProtection')

' renders the element
ServiceAzureInformationProtectionCard('ServiceAzureInformationProtectionCard', 'Service Azure Information Protection Card', 'an optional description')
@enduml

ServiceAzureInformationProtectionGroup

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 ServiceAzureInformationProtectionGroup
include('azure-17/Item/Security/ServiceAzureInformationProtection')

' renders the element
ServiceAzureInformationProtectionGroup('ServiceAzureInformationProtectionGroup', 'Service Azure Information Protection 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 ServiceAzureInformationProtectionGroup
include('azure-17/Item/Security/ServiceAzureInformationProtection')

' renders the element
ServiceAzureInformationProtectionGroup('ServiceAzureInformationProtectionGroup', 'Service Azure Information Protection Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml