BatchPoolCreateContent.ResizeTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The timeout for allocation of Compute Nodes to the Pool. This timeout applies only to manual scaling; it has no effect when enableAutoScale is set to true. The default value is 15 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
public TimeSpan? ResizeTimeout { get; set; }
member this.ResizeTimeout : Nullable<TimeSpan> with get, set
Public Property ResizeTimeout As Nullable(Of TimeSpan)
Property Value
Applies to
Azure SDK for .NET