Share via


CloudPoolResizeParameters.ResizeTimeout Property

 

Optional. Gets or sets the timeout for allocation of compute nodes to the pool or removal of compute nodes from the pool. The default value is 15 minutes.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public Nullable<TimeSpan> ResizeTimeout { get; set; }
public:
property Nullable<TimeSpan> ResizeTimeout {
    Nullable<TimeSpan> get();
    void set(Nullable<TimeSpan> value);
}
member ResizeTimeout : Nullable<TimeSpan> with get, set
Public Property ResizeTimeout As Nullable(Of TimeSpan)

Property Value

Type: System.Nullable<TimeSpan>

See Also

CloudPoolResizeParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top