ServiceWebJobs

azure-17/Item/Other/ServiceWebJobs
include('azure-17/Item/Other/ServiceWebJobs')
Illustration ServiceWebJobs ServiceWebJobsCard ServiceWebJobsGroup
illustration for Illustration illustration for ServiceWebJobs illustration for ServiceWebJobsCard illustration for ServiceWebJobsGroup

Sprites

The item provides the following sriptes:

  • <$ServiceWebJobsXs>
  • <$ServiceWebJobsSm>
  • <$ServiceWebJobsMd>
  • <$ServiceWebJobsLg>

ServiceWebJobs

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

' renders the element
ServiceWebJobs('ServiceWebJobs', 'Service Web Jobs', '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 ServiceWebJobs
include('azure-17/Item/Other/ServiceWebJobs')

' renders the element
ServiceWebJobs('ServiceWebJobs', 'Service Web Jobs', 'an optional tech label', 'an optional description')
@enduml

ServiceWebJobsCard

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 ServiceWebJobsCard
include('azure-17/Item/Other/ServiceWebJobs')

' renders the element
ServiceWebJobsCard('ServiceWebJobsCard', 'Service Web Jobs 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 ServiceWebJobsCard
include('azure-17/Item/Other/ServiceWebJobs')

' renders the element
ServiceWebJobsCard('ServiceWebJobsCard', 'Service Web Jobs Card', 'an optional description')
@enduml

ServiceWebJobsGroup

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 ServiceWebJobsGroup
include('azure-17/Item/Other/ServiceWebJobs')

' renders the element
ServiceWebJobsGroup('ServiceWebJobsGroup', 'Service Web Jobs 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 ServiceWebJobsGroup
include('azure-17/Item/Other/ServiceWebJobs')

' renders the element
ServiceWebJobsGroup('ServiceWebJobsGroup', 'Service Web Jobs Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml