IBotServiceIdentity.ChannelName Property
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.
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