IAzureService interface

Warning

This API is now deprecated.

See https://aka.ms/bot-file-basics for more information.

Extends

Properties

resourceGroup

Resource group for azure.

serviceName

Name of the service.

subscriptionId

Subscription ID for azure.

tenantId

Tenant ID for azure.

Inherited Properties

id

(Optional) unique Id for the service.

name

Friendly name for the service.

type

(Optional) ServiceType of the service (LUIS, QnA, etc.)

Property Details

resourceGroup

Resource group for azure.

resourceGroup: string

Property Value

string

serviceName

Name of the service.

serviceName: string

Property Value

string

subscriptionId

Subscription ID for azure.

subscriptionId: string

Property Value

string

tenantId

Tenant ID for azure.

tenantId: string

Property Value

string

Inherited Property Details

id

(Optional) unique Id for the service.

id?: string

Property Value

string

Inherited From IConnectedService.id

name

Friendly name for the service.

name: string

Property Value

string

Inherited From IConnectedService.name

type

(Optional) ServiceType of the service (LUIS, QnA, etc.)

type?: ServiceTypes

Property Value

Inherited From IConnectedService.type