Compartir a través de


Site.MaxNumberOfWorkers Propiedad

Definición

Obtiene el número máximo de trabajos. Esto solo se aplica al contenedor de Functions.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a