AppServicePlanPatchResource.MaximumElasticWorkerCount Property

Definition

Gets or sets maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to