BotChannel Class

Definition

Bot channel resource definition

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

Constructors

Name Description
BotChannel()

Creates an new BotChannel instance.

Properties

Name Description
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

Property

The set of properties specific to bot channel resource

ResourceGroupName

Gets the resource group name

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

Name Description
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.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.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to