Udostępnij za pośrednictwem


CloudPool.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

This property is set only if the Pool automatically scales, i.e. enableAutoScale is true.

Applies to