ServiceCognitiveSearch

azure-17/Item/AppServices/ServiceCognitiveSearch
include('azure-17/Item/AppServices/ServiceCognitiveSearch')
Illustration ServiceCognitiveSearch ServiceCognitiveSearchCard ServiceCognitiveSearchGroup
illustration for Illustration illustration for ServiceCognitiveSearch illustration for ServiceCognitiveSearchCard illustration for ServiceCognitiveSearchGroup

Sprites

The item provides the following sriptes:

  • <$ServiceCognitiveSearchXs>
  • <$ServiceCognitiveSearchSm>
  • <$ServiceCognitiveSearchMd>
  • <$ServiceCognitiveSearchLg>

ServiceCognitiveSearch

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

' renders the element
ServiceCognitiveSearch('ServiceCognitiveSearch', 'Service Cognitive Search', '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 ServiceCognitiveSearch
include('azure-17/Item/AppServices/ServiceCognitiveSearch')

' renders the element
ServiceCognitiveSearch('ServiceCognitiveSearch', 'Service Cognitive Search', 'an optional tech label', 'an optional description')
@enduml

ServiceCognitiveSearchCard

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 ServiceCognitiveSearchCard
include('azure-17/Item/AppServices/ServiceCognitiveSearch')

' renders the element
ServiceCognitiveSearchCard('ServiceCognitiveSearchCard', 'Service Cognitive Search 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 ServiceCognitiveSearchCard
include('azure-17/Item/AppServices/ServiceCognitiveSearch')

' renders the element
ServiceCognitiveSearchCard('ServiceCognitiveSearchCard', 'Service Cognitive Search Card', 'an optional description')
@enduml

ServiceCognitiveSearchGroup

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 ServiceCognitiveSearchGroup
include('azure-17/Item/AppServices/ServiceCognitiveSearch')

' renders the element
ServiceCognitiveSearchGroup('ServiceCognitiveSearchGroup', 'Service Cognitive Search 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 ServiceCognitiveSearchGroup
include('azure-17/Item/AppServices/ServiceCognitiveSearch')

' renders the element
ServiceCognitiveSearchGroup('ServiceCognitiveSearchGroup', 'Service Cognitive Search Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml