IListChannelWithKeysResponse.SettingSite 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 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