ServiceRouteFilters

azure-17/Item/Networking/ServiceRouteFilters
include('azure-17/Item/Networking/ServiceRouteFilters')
Illustration ServiceRouteFilters ServiceRouteFiltersCard ServiceRouteFiltersGroup
illustration for Illustration illustration for ServiceRouteFilters illustration for ServiceRouteFiltersCard illustration for ServiceRouteFiltersGroup

Sprites

The item provides the following sriptes:

  • <$ServiceRouteFiltersXs>
  • <$ServiceRouteFiltersSm>
  • <$ServiceRouteFiltersMd>
  • <$ServiceRouteFiltersLg>

ServiceRouteFilters

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

' renders the element
ServiceRouteFilters('ServiceRouteFilters', 'Service Route Filters', '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 ServiceRouteFilters
include('azure-17/Item/Networking/ServiceRouteFilters')

' renders the element
ServiceRouteFilters('ServiceRouteFilters', 'Service Route Filters', 'an optional tech label', 'an optional description')
@enduml

ServiceRouteFiltersCard

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 ServiceRouteFiltersCard
include('azure-17/Item/Networking/ServiceRouteFilters')

' renders the element
ServiceRouteFiltersCard('ServiceRouteFiltersCard', 'Service Route Filters 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 ServiceRouteFiltersCard
include('azure-17/Item/Networking/ServiceRouteFilters')

' renders the element
ServiceRouteFiltersCard('ServiceRouteFiltersCard', 'Service Route Filters Card', 'an optional description')
@enduml

ServiceRouteFiltersGroup

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 ServiceRouteFiltersGroup
include('azure-17/Item/Networking/ServiceRouteFilters')

' renders the element
ServiceRouteFiltersGroup('ServiceRouteFiltersGroup', 'Service Route Filters 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 ServiceRouteFiltersGroup
include('azure-17/Item/Networking/ServiceRouteFilters')

' renders the element
ServiceRouteFiltersGroup('ServiceRouteFiltersGroup', 'Service Route Filters Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml