Share via


IAppServicePlan.TargetWorkerSizeId Property

Definition

Scaling worker size ID.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Scaling worker size ID.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="targetWorkerSizeId")]
public int? TargetWorkerSizeId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Scaling worker size ID.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="targetWorkerSizeId")>]
member this.TargetWorkerSizeId : Nullable<int> with get, set
Public Property TargetWorkerSizeId As Nullable(Of Integer)

Property Value

Attributes

Applies to