ServiceIntegrationEnvironments

azure-19/Item/Integration/ServiceIntegrationEnvironments
include('azure-19/Item/Integration/ServiceIntegrationEnvironments')
Illustration ServiceIntegrationEnvironments ServiceIntegrationEnvironmentsCard ServiceIntegrationEnvironmentsGroup
illustration for Illustration illustration for ServiceIntegrationEnvironments illustration for ServiceIntegrationEnvironmentsCard illustration for ServiceIntegrationEnvironmentsGroup

Sprites

The item provides the following sriptes:

  • <$ServiceIntegrationEnvironmentsXs>
  • <$ServiceIntegrationEnvironmentsSm>
  • <$ServiceIntegrationEnvironmentsMd>
  • <$ServiceIntegrationEnvironmentsLg>

ServiceIntegrationEnvironments

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

' loads the Item which embeds the element ServiceIntegrationEnvironments
include('azure-19/Item/Integration/ServiceIntegrationEnvironments')

' renders the element
ServiceIntegrationEnvironments('ServiceIntegrationEnvironments', 'Service Integration Environments', '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-19/bootstrap')

' loads the Item which embeds the element ServiceIntegrationEnvironments
include('azure-19/Item/Integration/ServiceIntegrationEnvironments')

' renders the element
ServiceIntegrationEnvironments('ServiceIntegrationEnvironments', 'Service Integration Environments', 'an optional tech label', 'an optional description')
@enduml

ServiceIntegrationEnvironmentsCard

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

' loads the Item which embeds the element ServiceIntegrationEnvironmentsCard
include('azure-19/Item/Integration/ServiceIntegrationEnvironments')

' renders the element
ServiceIntegrationEnvironmentsCard('ServiceIntegrationEnvironmentsCard', 'Service Integration Environments 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-19/bootstrap')

' loads the Item which embeds the element ServiceIntegrationEnvironmentsCard
include('azure-19/Item/Integration/ServiceIntegrationEnvironments')

' renders the element
ServiceIntegrationEnvironmentsCard('ServiceIntegrationEnvironmentsCard', 'Service Integration Environments Card', 'an optional description')
@enduml

ServiceIntegrationEnvironmentsGroup

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

' loads the Item which embeds the element ServiceIntegrationEnvironmentsGroup
include('azure-19/Item/Integration/ServiceIntegrationEnvironments')

' renders the element
ServiceIntegrationEnvironmentsGroup('ServiceIntegrationEnvironmentsGroup', 'Service Integration Environments 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-19/bootstrap')

' loads the Item which embeds the element ServiceIntegrationEnvironmentsGroup
include('azure-19/Item/Integration/ServiceIntegrationEnvironments')

' renders the element
ServiceIntegrationEnvironmentsGroup('ServiceIntegrationEnvironmentsGroup', 'Service Integration Environments Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml