次の方法で共有


AppServiceEnvironmentInner.ClusterSettings プロパティ

定義

App Service Environmentの動作を変更するためのカスタム設定を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象