Compartir a través de


BotChannel Class

Definition

Bot channel resource definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.BotChannelTypeConverter))]
public class BotChannel : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBotChannel, Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.BotChannelTypeConverter))>]
type BotChannel = class
    interface IBotChannel
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class BotChannel
Implements IBotChannel, IValidates
Inheritance
BotChannel
Attributes
Implements

Constructors

BotChannel()

Creates an new BotChannel instance.

Properties

ChannelName

The channel name

Etag

Entity Tag

Id

Specifies the resource ID.

Kind

Required. Gets or sets the Kind of the resource.

Location

Specifies the location of the resource.

Name

Specifies the name of the resource.

PropertiesEtag

Entity Tag of the resource

PropertiesLocation

Specifies the location of the resource.

PropertiesProvisioningState

Provisioning state of the resource

Sku

Gets or sets the SKU of the resource.

SkuName

The sku name

SkuTier

Gets the sku tier. This is based on the SKU name.

Tag

Contains resource tags defined as key/value pairs.

Type

Specifies the type of the resource.

Zone

Entity zones

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BotChannel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BotChannel.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBotChannel.

FromJsonString(String)

Creates a new instance of BotChannel, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BotChannel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to