NodeRemoveParameter Class

Definition

Options for removing Compute Nodes from a Pool.

public class NodeRemoveParameter
type NodeRemoveParameter = class
Public Class NodeRemoveParameter
Inheritance
NodeRemoveParameter

Constructors

NodeRemoveParameter()

Initializes a new instance of the NodeRemoveParameter class.

NodeRemoveParameter(IList<String>, Nullable<TimeSpan>, Nullable<ComputeNodeDeallocationOption>)

Initializes a new instance of the NodeRemoveParameter class.

Properties

NodeDeallocationOption

Gets or sets determines what to do with a Compute Node and its running task(s) after it has been selected for deallocation.

NodeList

Gets or sets a list containing the IDs of the Compute Nodes to be removed from the specified Pool.

ResizeTimeout

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

Applies to