다음을 통해 공유


IChannel Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to