Delen via


StackMajorVersion.AppSettingsDictionary Property

Definition

Gets or sets <appSettings> <appSetting name="FUNCTIONS_WORKER_RUNTIME" value="dotnet" /> </appSettings> Example: All the function apps need AppSetting: "FUNCTIONS_WORKER_RUNTIME" to be set stack name

[Newtonsoft.Json.JsonProperty(PropertyName="appSettingsDictionary")]
public System.Collections.Generic.IDictionary<string,object> AppSettingsDictionary { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="appSettingsDictionary")>]
member this.AppSettingsDictionary : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property AppSettingsDictionary As IDictionary(Of String, Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to