Share via


PoolAddParameter.AutoScaleEvaluationInterval Property

Definition

Gets or sets the time interval at which to automatically adjust the Pool size according to the autoscale formula.

[Newtonsoft.Json.JsonProperty(PropertyName="autoScaleEvaluationInterval")]
public TimeSpan? AutoScaleEvaluationInterval { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="autoScaleEvaluationInterval")>]
member this.AutoScaleEvaluationInterval : Nullable<TimeSpan> with get, set
Public Property AutoScaleEvaluationInterval As Nullable(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The default value is 15 minutes. The minimum and maximum value are 5 minutes and 168 hours respectively. If you specify a value less than 5 minutes or greater than 168 hours, the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).

Applies to