ServiceAiAtEdge

azure-20/Item/NewIcons/ServiceAiAtEdge
include('azure-20/Item/NewIcons/ServiceAiAtEdge')
Illustration ServiceAiAtEdge ServiceAiAtEdgeCard ServiceAiAtEdgeGroup
illustration for Illustration illustration for ServiceAiAtEdge illustration for ServiceAiAtEdgeCard illustration for ServiceAiAtEdgeGroup

Sprites

The item provides the following sriptes:

  • <$ServiceAiAtEdgeXs>
  • <$ServiceAiAtEdgeSm>
  • <$ServiceAiAtEdgeMd>
  • <$ServiceAiAtEdgeLg>

ServiceAiAtEdge

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

' loads the Item which embeds the element ServiceAiAtEdge
include('azure-20/Item/NewIcons/ServiceAiAtEdge')

' renders the element
ServiceAiAtEdge('ServiceAiAtEdge', 'Service Ai At Edge', '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-20/bootstrap')

' loads the Item which embeds the element ServiceAiAtEdge
include('azure-20/Item/NewIcons/ServiceAiAtEdge')

' renders the element
ServiceAiAtEdge('ServiceAiAtEdge', 'Service Ai At Edge', 'an optional tech label', 'an optional description')
@enduml

ServiceAiAtEdgeCard

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

' loads the Item which embeds the element ServiceAiAtEdgeCard
include('azure-20/Item/NewIcons/ServiceAiAtEdge')

' renders the element
ServiceAiAtEdgeCard('ServiceAiAtEdgeCard', 'Service Ai At Edge 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-20/bootstrap')

' loads the Item which embeds the element ServiceAiAtEdgeCard
include('azure-20/Item/NewIcons/ServiceAiAtEdge')

' renders the element
ServiceAiAtEdgeCard('ServiceAiAtEdgeCard', 'Service Ai At Edge Card', 'an optional description')
@enduml

ServiceAiAtEdgeGroup

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

' loads the Item which embeds the element ServiceAiAtEdgeGroup
include('azure-20/Item/NewIcons/ServiceAiAtEdge')

' renders the element
ServiceAiAtEdgeGroup('ServiceAiAtEdgeGroup', 'Service Ai At Edge 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-20/bootstrap')

' loads the Item which embeds the element ServiceAiAtEdgeGroup
include('azure-20/Item/NewIcons/ServiceAiAtEdge')

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