ServicePowerBiEmbedded
azure-19/Item/Analytics/ServicePowerBiEmbedded
include('azure-19/Item/Analytics/ServicePowerBiEmbedded')
Illustration | ServicePowerBiEmbedded | ServicePowerBiEmbeddedCard | ServicePowerBiEmbeddedGroup |
---|---|---|---|
Sprites
The item provides the following sriptes:
<$ServicePowerBiEmbeddedXs>
<$ServicePowerBiEmbeddedSm>
<$ServicePowerBiEmbeddedMd>
<$ServicePowerBiEmbeddedLg>
ServicePowerBiEmbedded
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 ServicePowerBiEmbedded
include('azure-19/Item/Analytics/ServicePowerBiEmbedded')
' renders the element
ServicePowerBiEmbedded('ServicePowerBiEmbedded', 'Service Power Bi Embedded', '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 ServicePowerBiEmbedded
include('azure-19/Item/Analytics/ServicePowerBiEmbedded')
' renders the element
ServicePowerBiEmbedded('ServicePowerBiEmbedded', 'Service Power Bi Embedded', 'an optional tech label', 'an optional description')
@enduml
ServicePowerBiEmbeddedCard
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 ServicePowerBiEmbeddedCard
include('azure-19/Item/Analytics/ServicePowerBiEmbedded')
' renders the element
ServicePowerBiEmbeddedCard('ServicePowerBiEmbeddedCard', 'Service Power Bi Embedded 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 ServicePowerBiEmbeddedCard
include('azure-19/Item/Analytics/ServicePowerBiEmbedded')
' renders the element
ServicePowerBiEmbeddedCard('ServicePowerBiEmbeddedCard', 'Service Power Bi Embedded Card', 'an optional description')
@enduml
ServicePowerBiEmbeddedGroup
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 ServicePowerBiEmbeddedGroup
include('azure-19/Item/Analytics/ServicePowerBiEmbedded')
' renders the element
ServicePowerBiEmbeddedGroup('ServicePowerBiEmbeddedGroup', 'Service Power Bi Embedded 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 ServicePowerBiEmbeddedGroup
include('azure-19/Item/Analytics/ServicePowerBiEmbedded')
' renders the element
ServicePowerBiEmbeddedGroup('ServicePowerBiEmbeddedGroup', 'Service Power Bi Embedded Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml