次の方法で共有


AppServiceEnvironmentPatchResource.ClusterSettings プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象