Partilhar via


StackMajorVersion.AppSettingsDictionary Propriedade

Definição

Obtém ou define <appSettings> & lt;appSetting name="FUNCTIONS_WORKER_RUNTIME" value="dotnet" /> & lt;/appSettings> Exemplo: todos os aplicativos de funções precisam de AppSetting: "FUNCTIONS_WORKER_RUNTIME" para definir o nome da pilha

[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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a