ServiceDataShareInvitations

azure-17/Item/Storage/ServiceDataShareInvitations
include('azure-17/Item/Storage/ServiceDataShareInvitations')
Illustration ServiceDataShareInvitations ServiceDataShareInvitationsCard ServiceDataShareInvitationsGroup
illustration for Illustration illustration for ServiceDataShareInvitations illustration for ServiceDataShareInvitationsCard illustration for ServiceDataShareInvitationsGroup

Sprites

The item provides the following sriptes:

  • <$ServiceDataShareInvitationsXs>
  • <$ServiceDataShareInvitationsSm>
  • <$ServiceDataShareInvitationsMd>
  • <$ServiceDataShareInvitationsLg>

ServiceDataShareInvitations

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

' renders the element
ServiceDataShareInvitations('ServiceDataShareInvitations', 'Service Data Share Invitations', '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 ServiceDataShareInvitations
include('azure-17/Item/Storage/ServiceDataShareInvitations')

' renders the element
ServiceDataShareInvitations('ServiceDataShareInvitations', 'Service Data Share Invitations', 'an optional tech label', 'an optional description')
@enduml

ServiceDataShareInvitationsCard

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 ServiceDataShareInvitationsCard
include('azure-17/Item/Storage/ServiceDataShareInvitations')

' renders the element
ServiceDataShareInvitationsCard('ServiceDataShareInvitationsCard', 'Service Data Share Invitations 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 ServiceDataShareInvitationsCard
include('azure-17/Item/Storage/ServiceDataShareInvitations')

' renders the element
ServiceDataShareInvitationsCard('ServiceDataShareInvitationsCard', 'Service Data Share Invitations Card', 'an optional description')
@enduml

ServiceDataShareInvitationsGroup

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 ServiceDataShareInvitationsGroup
include('azure-17/Item/Storage/ServiceDataShareInvitations')

' renders the element
ServiceDataShareInvitationsGroup('ServiceDataShareInvitationsGroup', 'Service Data Share Invitations 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 ServiceDataShareInvitationsGroup
include('azure-17/Item/Storage/ServiceDataShareInvitations')

' renders the element
ServiceDataShareInvitationsGroup('ServiceDataShareInvitationsGroup', 'Service Data Share Invitations Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml