ManagedServiceForMicrosoftActiveDirectory

gcp/Item/ManagedServiceForMicrosoftActiveDirectory
include('gcp/Item/ManagedServiceForMicrosoftActiveDirectory')
Illustration ManagedServiceForMicrosoftActiveDirectory ManagedServiceForMicrosoftActiveDirectoryCard ManagedServiceForMicrosoftActiveDirectoryGroup
illustration for Illustration illustration for ManagedServiceForMicrosoftActiveDirectory illustration for ManagedServiceForMicrosoftActiveDirectoryCard illustration for ManagedServiceForMicrosoftActiveDirectoryGroup

Sprites

The item provides the following sriptes:

  • <$ManagedServiceForMicrosoftActiveDirectoryXs>
  • <$ManagedServiceForMicrosoftActiveDirectorySm>
  • <$ManagedServiceForMicrosoftActiveDirectoryMd>
  • <$ManagedServiceForMicrosoftActiveDirectoryLg>

ManagedServiceForMicrosoftActiveDirectory

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

' loads the Item which embeds the element ManagedServiceForMicrosoftActiveDirectory
include('gcp/Item/ManagedServiceForMicrosoftActiveDirectory')

' renders the element
ManagedServiceForMicrosoftActiveDirectory('ManagedServiceForMicrosoftActiveDirectory', 'Managed Service For Microsoft Active Directory', '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('gcp/bootstrap')

' loads the Item which embeds the element ManagedServiceForMicrosoftActiveDirectory
include('gcp/Item/ManagedServiceForMicrosoftActiveDirectory')

' renders the element
ManagedServiceForMicrosoftActiveDirectory('ManagedServiceForMicrosoftActiveDirectory', 'Managed Service For Microsoft Active Directory', 'an optional tech label', 'an optional description')
@enduml

ManagedServiceForMicrosoftActiveDirectoryCard

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

' loads the Item which embeds the element ManagedServiceForMicrosoftActiveDirectoryCard
include('gcp/Item/ManagedServiceForMicrosoftActiveDirectory')

' renders the element
ManagedServiceForMicrosoftActiveDirectoryCard('ManagedServiceForMicrosoftActiveDirectoryCard', 'Managed Service For Microsoft Active Directory 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('gcp/bootstrap')

' loads the Item which embeds the element ManagedServiceForMicrosoftActiveDirectoryCard
include('gcp/Item/ManagedServiceForMicrosoftActiveDirectory')

' renders the element
ManagedServiceForMicrosoftActiveDirectoryCard('ManagedServiceForMicrosoftActiveDirectoryCard', 'Managed Service For Microsoft Active Directory Card', 'an optional description')
@enduml

ManagedServiceForMicrosoftActiveDirectoryGroup

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

' loads the Item which embeds the element ManagedServiceForMicrosoftActiveDirectoryGroup
include('gcp/Item/ManagedServiceForMicrosoftActiveDirectory')

' renders the element
ManagedServiceForMicrosoftActiveDirectoryGroup('ManagedServiceForMicrosoftActiveDirectoryGroup', 'Managed Service For Microsoft Active Directory 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('gcp/bootstrap')

' loads the Item which embeds the element ManagedServiceForMicrosoftActiveDirectoryGroup
include('gcp/Item/ManagedServiceForMicrosoftActiveDirectory')

' renders the element
ManagedServiceForMicrosoftActiveDirectoryGroup('ManagedServiceForMicrosoftActiveDirectoryGroup', 'Managed Service For Microsoft Active Directory Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml