ServiceManagedDesktop

azure-17/Item/ManagementGovernance/ServiceManagedDesktop
include('azure-17/Item/ManagementGovernance/ServiceManagedDesktop')
Illustration ServiceManagedDesktop ServiceManagedDesktopCard ServiceManagedDesktopGroup
illustration for Illustration illustration for ServiceManagedDesktop illustration for ServiceManagedDesktopCard illustration for ServiceManagedDesktopGroup

Sprites

The item provides the following sriptes:

  • <$ServiceManagedDesktopXs>
  • <$ServiceManagedDesktopSm>
  • <$ServiceManagedDesktopMd>
  • <$ServiceManagedDesktopLg>

ServiceManagedDesktop

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

' renders the element
ServiceManagedDesktop('ServiceManagedDesktop', 'Service Managed Desktop', '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 ServiceManagedDesktop
include('azure-17/Item/ManagementGovernance/ServiceManagedDesktop')

' renders the element
ServiceManagedDesktop('ServiceManagedDesktop', 'Service Managed Desktop', 'an optional tech label', 'an optional description')
@enduml

ServiceManagedDesktopCard

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

' renders the element
ServiceManagedDesktopCard('ServiceManagedDesktopCard', 'Service Managed Desktop 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 ServiceManagedDesktopCard
include('azure-17/Item/ManagementGovernance/ServiceManagedDesktop')

' renders the element
ServiceManagedDesktopCard('ServiceManagedDesktopCard', 'Service Managed Desktop Card', 'an optional description')
@enduml

ServiceManagedDesktopGroup

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

' renders the element
ServiceManagedDesktopGroup('ServiceManagedDesktopGroup', 'Service Managed Desktop 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 ServiceManagedDesktopGroup
include('azure-17/Item/ManagementGovernance/ServiceManagedDesktop')

' renders the element
ServiceManagedDesktopGroup('ServiceManagedDesktopGroup', 'Service Managed Desktop Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml