AppServicePlanPatchResource.MaximumNumberOfWorkers Property

Definition

Gets maximum number of instances that can be assigned to this App Service plan.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maximumNumberOfWorkers")]
public int? MaximumNumberOfWorkers { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maximumNumberOfWorkers")>]
member this.MaximumNumberOfWorkers : Nullable<int>
Public ReadOnly Property MaximumNumberOfWorkers As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to