Compartir a través de


BotPropertiesAllSettings Class

Definition

Contains resource all settings defined as key/value pairs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.BotPropertiesAllSettingsTypeConverter))]
public class BotPropertiesAllSettings : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBotPropertiesAllSettings, Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.BotPropertiesAllSettingsTypeConverter))>]
type BotPropertiesAllSettings = class
    interface IBotPropertiesAllSettings
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class BotPropertiesAllSettings
Implements IAssociativeArray(Of String), IBotPropertiesAllSettings
Inheritance
BotPropertiesAllSettings
Attributes
Implements

Constructors

BotPropertiesAllSettings()

Creates an new BotPropertiesAllSettings instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, String)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BotPropertiesAllSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BotPropertiesAllSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBotPropertiesAllSettings.

FromJsonString(String)

Creates a new instance of BotPropertiesAllSettings, deserializing the content from a json string.

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of BotPropertiesAllSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(BotPropertiesAllSettings to Dictionary<String,String>)

Explicit Interface Implementations

IAssociativeArray<String>.AdditionalProperties
IAssociativeArray<String>.Count
IAssociativeArray<String>.Keys
IAssociativeArray<String>.Values

Applies to