다음을 통해 공유


Channel Class

Definition

Channel definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ChannelTypeConverter))]
public class Channel : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IChannel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ChannelTypeConverter))>]
type Channel = class
    interface IChannel
    interface IJsonSerializable
Public Class Channel
Implements IChannel
Inheritance
Channel
Attributes
Implements

Constructors

Channel()

Creates an new Channel instance.

Properties

Etag

Entity Tag of the resource

Location

Specifies the location of the resource.

Name

The channel name

ProvisioningState

Provisioning state of the resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Channel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Channel.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IChannel. Note: the Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IChannel interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Channel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to