Compartilhar via


IAppServicePlanPatchResource.NumberOfWorker Property

Definition

The number of instances that are assigned to this App Service plan.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The number of instances that are assigned to this App Service plan.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="numberOfWorkers")]
public int? NumberOfWorker { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The number of instances that are assigned to this App Service plan.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="numberOfWorkers")>]
member this.NumberOfWorker : Nullable<int>
Public ReadOnly Property NumberOfWorker As Nullable(Of Integer)

Property Value

Attributes

Applies to