IAppServicePlanProperties.NumberOfWorker Property

Definition

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

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

Property Value

Attributes

Applies to