Share via


AutoScaleSettings.EvaluationInterval 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="evaluationInterval")]
public TimeSpan? EvaluationInterval { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="evaluationInterval")>]
member this.EvaluationInterval : Nullable<TimeSpan> with get, set
Public Property EvaluationInterval As Nullable(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

If omitted, the default value is 15 minutes (PT15M).

Applies to