次の方法で共有


SiteConfigResourceInner.AppSettings プロパティ

定義

アプリケーション設定を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象