PoolResizeParameter Class

Definition

Options for changing the size of a Pool.

public class PoolResizeParameter
type PoolResizeParameter = class
Public Class PoolResizeParameter
Inheritance
PoolResizeParameter

Constructors

PoolResizeParameter()

Initializes a new instance of the PoolResizeParameter class.

PoolResizeParameter(Nullable<Int32>, Nullable<Int32>, Nullable<TimeSpan>, Nullable<ComputeNodeDeallocationOption>)

Initializes a new instance of the PoolResizeParameter class.

Properties

NodeDeallocationOption

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

ResizeTimeout

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

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