ServiceSqlServer
azure-19/Item/Databases/ServiceSqlServer
include('azure-19/Item/Databases/ServiceSqlServer')
Illustration | ServiceSqlServer | ServiceSqlServerCard | ServiceSqlServerGroup |
---|---|---|---|
Sprites
The item provides the following sriptes:
<$ServiceSqlServerXs>
<$ServiceSqlServerSm>
<$ServiceSqlServerMd>
<$ServiceSqlServerLg>
ServiceSqlServer
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 ServiceSqlServer
include('azure-19/Item/Databases/ServiceSqlServer')
' renders the element
ServiceSqlServer('ServiceSqlServer', 'Service Sql Server', '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 ServiceSqlServer
include('azure-19/Item/Databases/ServiceSqlServer')
' renders the element
ServiceSqlServer('ServiceSqlServer', 'Service Sql Server', 'an optional tech label', 'an optional description')
@enduml
ServiceSqlServerCard
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 ServiceSqlServerCard
include('azure-19/Item/Databases/ServiceSqlServer')
' renders the element
ServiceSqlServerCard('ServiceSqlServerCard', 'Service Sql Server 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 ServiceSqlServerCard
include('azure-19/Item/Databases/ServiceSqlServer')
' renders the element
ServiceSqlServerCard('ServiceSqlServerCard', 'Service Sql Server Card', 'an optional description')
@enduml
ServiceSqlServerGroup
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 ServiceSqlServerGroup
include('azure-19/Item/Databases/ServiceSqlServer')
' renders the element
ServiceSqlServerGroup('ServiceSqlServerGroup', 'Service Sql Server 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 ServiceSqlServerGroup
include('azure-19/Item/Databases/ServiceSqlServer')
' renders the element
ServiceSqlServerGroup('ServiceSqlServerGroup', 'Service Sql Server Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml