IDirectLineChannel.Site Property

Definition

The list of Direct Line sites

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="The list of Direct Line sites", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IDirectLineSite) }, Read=true, ReadOnly=false, Required=false, SerializedName="sites", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IDirectLineSite> Site { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="The list of Direct Line sites", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IDirectLineSite) }, Read=true, ReadOnly=false, Required=false, SerializedName="sites", Update=true)>]
member this.Site : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IDirectLineSite> with get, set
Public Property Site As List(Of IDirectLineSite)

Property Value

Attributes

Applies to