Condividi tramite


StackMajorVersionAppSettingsDictionary Class

Definition

Example: All the function apps need AppSetting: "FUNCTIONS_WORKER_RUNTIME" to be set stack name
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StackMajorVersionAppSettingsDictionaryTypeConverter))]
public class StackMajorVersionAppSettingsDictionary : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStackMajorVersionAppSettingsDictionary, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StackMajorVersionAppSettingsDictionaryTypeConverter))>]
type StackMajorVersionAppSettingsDictionary = class
    interface IStackMajorVersionAppSettingsDictionary
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Class StackMajorVersionAppSettingsDictionary
Implements IAssociativeArray(Of Object), IStackMajorVersionAppSettingsDictionary
Inheritance
StackMajorVersionAppSettingsDictionary
Attributes
Implements

Constructors

StackMajorVersionAppSettingsDictionary()

Creates an new StackMajorVersionAppSettingsDictionary instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

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

Deserializes a IDictionary into an instance of StackMajorVersionAppSettingsDictionary.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StackMajorVersionAppSettingsDictionary.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStackMajorVersionAppSettingsDictionary.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of StackMajorVersionAppSettingsDictionary into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, Object)

Operators

Implicit(StackMajorVersionAppSettingsDictionary to Dictionary<String,Object>)

Explicit Interface Implementations

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

Applies to