다음을 통해 공유


IBotProperties.ConfiguredChannel Property

Definition

Collection of channels for which the bot is configured

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Collection of channels for which the bot is configured", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="configuredChannels")]
public string[] ConfiguredChannel { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Collection of channels for which the bot is configured", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="configuredChannels")>]
member this.ConfiguredChannel : string[]
Public ReadOnly Property ConfiguredChannel As String()

Property Value

String[]
Attributes

Applies to