ServiceExtendedSecurityUpdates

azure-17/Item/Security/ServiceExtendedSecurityUpdates
include('azure-17/Item/Security/ServiceExtendedSecurityUpdates')
Illustration ServiceExtendedSecurityUpdates ServiceExtendedSecurityUpdatesCard ServiceExtendedSecurityUpdatesGroup
illustration for Illustration illustration for ServiceExtendedSecurityUpdates illustration for ServiceExtendedSecurityUpdatesCard illustration for ServiceExtendedSecurityUpdatesGroup

Sprites

The item provides the following sriptes:

  • <$ServiceExtendedSecurityUpdatesXs>
  • <$ServiceExtendedSecurityUpdatesSm>
  • <$ServiceExtendedSecurityUpdatesMd>
  • <$ServiceExtendedSecurityUpdatesLg>

ServiceExtendedSecurityUpdates

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

' renders the element
ServiceExtendedSecurityUpdates('ServiceExtendedSecurityUpdates', 'Service Extended Security Updates', '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 ServiceExtendedSecurityUpdates
include('azure-17/Item/Security/ServiceExtendedSecurityUpdates')

' renders the element
ServiceExtendedSecurityUpdates('ServiceExtendedSecurityUpdates', 'Service Extended Security Updates', 'an optional tech label', 'an optional description')
@enduml

ServiceExtendedSecurityUpdatesCard

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 ServiceExtendedSecurityUpdatesCard
include('azure-17/Item/Security/ServiceExtendedSecurityUpdates')

' renders the element
ServiceExtendedSecurityUpdatesCard('ServiceExtendedSecurityUpdatesCard', 'Service Extended Security Updates 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 ServiceExtendedSecurityUpdatesCard
include('azure-17/Item/Security/ServiceExtendedSecurityUpdates')

' renders the element
ServiceExtendedSecurityUpdatesCard('ServiceExtendedSecurityUpdatesCard', 'Service Extended Security Updates Card', 'an optional description')
@enduml

ServiceExtendedSecurityUpdatesGroup

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 ServiceExtendedSecurityUpdatesGroup
include('azure-17/Item/Security/ServiceExtendedSecurityUpdates')

' renders the element
ServiceExtendedSecurityUpdatesGroup('ServiceExtendedSecurityUpdatesGroup', 'Service Extended Security Updates 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 ServiceExtendedSecurityUpdatesGroup
include('azure-17/Item/Security/ServiceExtendedSecurityUpdates')

' renders the element
ServiceExtendedSecurityUpdatesGroup('ServiceExtendedSecurityUpdatesGroup', 'Service Extended Security Updates Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml