IChannel Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |