ServiceResourceLinked

azure-17/Item/General/ServiceResourceLinked
include('azure-17/Item/General/ServiceResourceLinked')
Illustration ServiceResourceLinked ServiceResourceLinkedCard ServiceResourceLinkedGroup
illustration for Illustration illustration for ServiceResourceLinked illustration for ServiceResourceLinkedCard illustration for ServiceResourceLinkedGroup

Sprites

The item provides the following sriptes:

  • <$ServiceResourceLinkedXs>
  • <$ServiceResourceLinkedSm>
  • <$ServiceResourceLinkedMd>
  • <$ServiceResourceLinkedLg>

ServiceResourceLinked

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

' renders the element
ServiceResourceLinked('ServiceResourceLinked', 'Service Resource Linked', '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 ServiceResourceLinked
include('azure-17/Item/General/ServiceResourceLinked')

' renders the element
ServiceResourceLinked('ServiceResourceLinked', 'Service Resource Linked', 'an optional tech label', 'an optional description')
@enduml

ServiceResourceLinkedCard

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 ServiceResourceLinkedCard
include('azure-17/Item/General/ServiceResourceLinked')

' renders the element
ServiceResourceLinkedCard('ServiceResourceLinkedCard', 'Service Resource Linked 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 ServiceResourceLinkedCard
include('azure-17/Item/General/ServiceResourceLinked')

' renders the element
ServiceResourceLinkedCard('ServiceResourceLinkedCard', 'Service Resource Linked Card', 'an optional description')
@enduml

ServiceResourceLinkedGroup

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 ServiceResourceLinkedGroup
include('azure-17/Item/General/ServiceResourceLinked')

' renders the element
ServiceResourceLinkedGroup('ServiceResourceLinkedGroup', 'Service Resource Linked 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 ServiceResourceLinkedGroup
include('azure-17/Item/General/ServiceResourceLinked')

' renders the element
ServiceResourceLinkedGroup('ServiceResourceLinkedGroup', 'Service Resource Linked Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml