IListChannelWithKeysResponse.SettingSite Property

Definition

The list of sites

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

Property Value

Attributes

Applies to