ResizeOperationStatus Class

Definition

Details about the current or last completed resize operation.

public class ResizeOperationStatus
type ResizeOperationStatus = class
Public Class ResizeOperationStatus
Inheritance
ResizeOperationStatus

Remarks

Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).

Constructors

ResizeOperationStatus()

Initializes a new instance of the ResizeOperationStatus class.

ResizeOperationStatus(Nullable<Int32>, Nullable<Int32>, Nullable<TimeSpan>, Nullable<ComputeNodeDeallocationOption>, Nullable<DateTime>, IList<ResizeError>)

Initializes a new instance of the ResizeOperationStatus class.

Properties

Errors

Gets or sets details of any errors encountered while performing the last resize on the pool.

NodeDeallocationOption

Gets or sets determines what to do with a node and its running task(s) if the pool size is decreasing.

ResizeTimeout

Gets or sets the timeout for allocation of compute nodes to the pool or removal of compute nodes from the pool.

StartTime

Gets or sets the time when this resize operation was started.

TargetDedicatedNodes

Gets or sets the desired number of dedicated compute nodes in the pool.

TargetLowPriorityNodes

Gets or sets the desired number of Spot/low-priority compute nodes in the pool.

Applies to