Compartir a través de


SiteConfigResource.AppSettings Propiedad

Definición

Obtiene o establece la configuración de la aplicación.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.appSettings")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair> AppSettings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.appSettings")>]
member this.AppSettings : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair> with get, set
Public Property AppSettings As IList(Of NameValuePair)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a