AppServicePlan.ElasticScaleEnabled プロパティ

定義

serverFarm が ElasticScale をサポートするを取得または設定します。 このプランのアプリは、ServerFarm が ElasticPremium SKU であるかのようにスケーリングされます

[Newtonsoft.Json.JsonProperty(PropertyName="properties.elasticScaleEnabled")]
public bool? ElasticScaleEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.elasticScaleEnabled")>]
member this.ElasticScaleEnabled : Nullable<bool> with get, set
Public Property ElasticScaleEnabled As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象