IBot.AllSetting 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.
Contains resource all settings defined as key/value pairs.
[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Contains resource all settings defined as key/value pairs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBotPropertiesAllSettings) }, ReadOnly=false, Required=false, SerializedName="allSettings")]
public Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBotPropertiesAllSettings AllSetting { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Contains resource all settings defined as key/value pairs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBotPropertiesAllSettings) }, ReadOnly=false, Required=false, SerializedName="allSettings")>]
member this.AllSetting : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBotPropertiesAllSettings with get, set
Public Property AllSetting As IBotPropertiesAllSettings
Property Value
- Attributes