ServiceDeviceUpdateIoTHub

azure-17/Item/Other/ServiceDeviceUpdateIoTHub
include('azure-17/Item/Other/ServiceDeviceUpdateIoTHub')
Illustration ServiceDeviceUpdateIoTHub ServiceDeviceUpdateIoTHubCard ServiceDeviceUpdateIoTHubGroup
illustration for Illustration illustration for ServiceDeviceUpdateIoTHub illustration for ServiceDeviceUpdateIoTHubCard illustration for ServiceDeviceUpdateIoTHubGroup

Sprites

The item provides the following sriptes:

  • <$ServiceDeviceUpdateIoTHubXs>
  • <$ServiceDeviceUpdateIoTHubSm>
  • <$ServiceDeviceUpdateIoTHubMd>
  • <$ServiceDeviceUpdateIoTHubLg>

ServiceDeviceUpdateIoTHub

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

' renders the element
ServiceDeviceUpdateIoTHub('ServiceDeviceUpdateIoTHub', 'Service Device Update Io T Hub', '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 ServiceDeviceUpdateIoTHub
include('azure-17/Item/Other/ServiceDeviceUpdateIoTHub')

' renders the element
ServiceDeviceUpdateIoTHub('ServiceDeviceUpdateIoTHub', 'Service Device Update Io T Hub', 'an optional tech label', 'an optional description')
@enduml

ServiceDeviceUpdateIoTHubCard

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

' renders the element
ServiceDeviceUpdateIoTHubCard('ServiceDeviceUpdateIoTHubCard', 'Service Device Update Io T Hub 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 ServiceDeviceUpdateIoTHubCard
include('azure-17/Item/Other/ServiceDeviceUpdateIoTHub')

' renders the element
ServiceDeviceUpdateIoTHubCard('ServiceDeviceUpdateIoTHubCard', 'Service Device Update Io T Hub Card', 'an optional description')
@enduml

ServiceDeviceUpdateIoTHubGroup

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

' renders the element
ServiceDeviceUpdateIoTHubGroup('ServiceDeviceUpdateIoTHubGroup', 'Service Device Update Io T Hub 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 ServiceDeviceUpdateIoTHubGroup
include('azure-17/Item/Other/ServiceDeviceUpdateIoTHub')

' renders the element
ServiceDeviceUpdateIoTHubGroup('ServiceDeviceUpdateIoTHubGroup', 'Service Device Update Io T Hub Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml