次の方法で共有


AppServicePlan.MaximumElasticWorkerCount プロパティ

定義

この ElasticScaleEnabled App Service プランで許可されるワーカーの総数の最大数を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maximumElasticWorkerCount")]
public int? MaximumElasticWorkerCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maximumElasticWorkerCount")>]
member this.MaximumElasticWorkerCount : Nullable<int> with get, set
Public Property MaximumElasticWorkerCount As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象