ServiceEdgeManagement

azure-17/Item/Other/ServiceEdgeManagement
include('azure-17/Item/Other/ServiceEdgeManagement')
Illustration ServiceEdgeManagement ServiceEdgeManagementCard ServiceEdgeManagementGroup
illustration for Illustration illustration for ServiceEdgeManagement illustration for ServiceEdgeManagementCard illustration for ServiceEdgeManagementGroup

Sprites

The item provides the following sriptes:

  • <$ServiceEdgeManagementXs>
  • <$ServiceEdgeManagementSm>
  • <$ServiceEdgeManagementMd>
  • <$ServiceEdgeManagementLg>

ServiceEdgeManagement

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

' renders the element
ServiceEdgeManagement('ServiceEdgeManagement', 'Service Edge Management', '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 ServiceEdgeManagement
include('azure-17/Item/Other/ServiceEdgeManagement')

' renders the element
ServiceEdgeManagement('ServiceEdgeManagement', 'Service Edge Management', 'an optional tech label', 'an optional description')
@enduml

ServiceEdgeManagementCard

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 ServiceEdgeManagementCard
include('azure-17/Item/Other/ServiceEdgeManagement')

' renders the element
ServiceEdgeManagementCard('ServiceEdgeManagementCard', 'Service Edge Management 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 ServiceEdgeManagementCard
include('azure-17/Item/Other/ServiceEdgeManagement')

' renders the element
ServiceEdgeManagementCard('ServiceEdgeManagementCard', 'Service Edge Management Card', 'an optional description')
@enduml

ServiceEdgeManagementGroup

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 ServiceEdgeManagementGroup
include('azure-17/Item/Other/ServiceEdgeManagement')

' renders the element
ServiceEdgeManagementGroup('ServiceEdgeManagementGroup', 'Service Edge Management 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 ServiceEdgeManagementGroup
include('azure-17/Item/Other/ServiceEdgeManagement')

' renders the element
ServiceEdgeManagementGroup('ServiceEdgeManagementGroup', 'Service Edge Management Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml