ServiceEventGridTopics

azure-17/Item/Integration/ServiceEventGridTopics
include('azure-17/Item/Integration/ServiceEventGridTopics')
Illustration ServiceEventGridTopics ServiceEventGridTopicsCard ServiceEventGridTopicsGroup
illustration for Illustration illustration for ServiceEventGridTopics illustration for ServiceEventGridTopicsCard illustration for ServiceEventGridTopicsGroup

Sprites

The item provides the following sriptes:

  • <$ServiceEventGridTopicsXs>
  • <$ServiceEventGridTopicsSm>
  • <$ServiceEventGridTopicsMd>
  • <$ServiceEventGridTopicsLg>

ServiceEventGridTopics

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

' renders the element
ServiceEventGridTopics('ServiceEventGridTopics', 'Service Event Grid Topics', '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 ServiceEventGridTopics
include('azure-17/Item/Integration/ServiceEventGridTopics')

' renders the element
ServiceEventGridTopics('ServiceEventGridTopics', 'Service Event Grid Topics', 'an optional tech label', 'an optional description')
@enduml

ServiceEventGridTopicsCard

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 ServiceEventGridTopicsCard
include('azure-17/Item/Integration/ServiceEventGridTopics')

' renders the element
ServiceEventGridTopicsCard('ServiceEventGridTopicsCard', 'Service Event Grid Topics 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 ServiceEventGridTopicsCard
include('azure-17/Item/Integration/ServiceEventGridTopics')

' renders the element
ServiceEventGridTopicsCard('ServiceEventGridTopicsCard', 'Service Event Grid Topics Card', 'an optional description')
@enduml

ServiceEventGridTopicsGroup

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 ServiceEventGridTopicsGroup
include('azure-17/Item/Integration/ServiceEventGridTopics')

' renders the element
ServiceEventGridTopicsGroup('ServiceEventGridTopicsGroup', 'Service Event Grid Topics 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 ServiceEventGridTopicsGroup
include('azure-17/Item/Integration/ServiceEventGridTopics')

' renders the element
ServiceEventGridTopicsGroup('ServiceEventGridTopicsGroup', 'Service Event Grid Topics Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml