StringDictionaryProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StringDictionaryPropertiesTypeConverter))]
public class StringDictionaryProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StringDictionaryPropertiesTypeConverter))>]
type StringDictionaryProperties = class
    interface IStringDictionaryProperties
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class StringDictionaryProperties
Implements IAssociativeArray(Of String), IStringDictionaryProperties
Inheritance
StringDictionaryProperties
Attributes
Implements

Constructors

StringDictionaryProperties()

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, String)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
Remove(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
TryGetValue(String, String)

Operators

Implicit(StringDictionaryProperties to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to