다음을 통해 공유


ILineChannel.LineRegistration Property

Definition

The list of line channel registrations

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The list of line channel registrations", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ILineRegistration) }, ReadOnly=false, Required=false, SerializedName="lineRegistrations")]
public Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ILineRegistration[] LineRegistration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The list of line channel registrations", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ILineRegistration) }, ReadOnly=false, Required=false, SerializedName="lineRegistrations")>]
member this.LineRegistration : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ILineRegistration[] with get, set
Public Property LineRegistration As ILineRegistration()

Property Value

Attributes

Applies to