Share via


Site.MaxNumberOfWorker Property

Definition

Maximum number of workers. This only applies to Functions container.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)]
public int? MaxNumberOfWorker { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)>]
member this.MaxNumberOfWorker : Nullable<int>
Public ReadOnly Property MaxNumberOfWorker As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to