Site.MaxNumberOfWorkers Property

Definition

Gets maximum number of workers. This only applies to Functions container.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maxNumberOfWorkers")]
public int? MaxNumberOfWorkers { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maxNumberOfWorkers")>]
member this.MaxNumberOfWorkers : Nullable<int>
Public ReadOnly Property MaxNumberOfWorkers As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to