IChannel Interface

Definition

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

Properties

Name Description
Etag

Entity Tag of the resource

Location

Specifies the location of the resource.

Name

The channel name

ProvisioningState

Provisioning state of the resource

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to