AppServicePlanPatchResource.TargetWorkerCount Property

Definition

Gets or sets scaling worker count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to