BotChannel interface
Bot channel resource definition
- Extends
Properties
| etag | Entity Tag. |
| kind | Required. Gets or sets the Kind of the resource. |
| location | Specifies the location of the resource. |
| properties | The set of properties specific to bot channel resource |
| sku | Gets or sets the SKU of the resource. |
| tags | Contains resource tags defined as key/value pairs. |
| zones | Entity zones |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
etag
Entity Tag.
etag?: string
Property Value
string
kind
Required. Gets or sets the Kind of the resource.
kind?: string
Property Value
string
location
Specifies the location of the resource.
location?: string
Property Value
string
properties
The set of properties specific to bot channel resource
properties?: ChannelUnion
Property Value
sku
tags
Contains resource tags defined as key/value pairs.
tags?: Record<string, string>
Property Value
Record<string, string>
zones
Entity zones
zones?: string[]
Property Value
string[]
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type