AppServicePlanInner.TargetWorkerSizeId Property

Definition

Gets or sets scaling worker size ID.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to