다음을 통해 공유


IBotServiceIdentity.ChannelName Property

Definition

The name of the Channel resource.

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The name of the Channel resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName) }, ReadOnly=false, Required=false, SerializedName="channelName")]
public Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName? ChannelName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The name of the Channel resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName) }, ReadOnly=false, Required=false, SerializedName="channelName")>]
member this.ChannelName : Nullable<Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName> with get, set
Public Property ChannelName As Nullable(Of ChannelName)

Property Value

Attributes

Applies to