CloudPool.ResizeTimeout Property

Definition

Gets or sets the timeout for allocation of Compute Nodes to the Pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This is the timeout for the most recent resize operation. (The initial sizing when the Pool is created counts as a resize.) The default value is 15 minutes.

Applies to