RemoveComputeNodeParameters Class

Definition

public class RemoveComputeNodeParameters : Microsoft.Azure.Commands.Batch.Models.BatchClientParametersBase
type RemoveComputeNodeParameters = class
    inherit BatchClientParametersBase
Public Class RemoveComputeNodeParameters
Inherits BatchClientParametersBase
Inheritance
RemoveComputeNodeParameters

Constructors

RemoveComputeNodeParameters(BatchAccountContext, String, String[], PSComputeNode, IEnumerable<BatchClientBehavior>)

Properties

AdditionalBehaviors

Additional client behaviors to perform

(Inherited from BatchClientParametersBase)
ComputeNode

The PSComputeNode object representing the compute node to remove.

ComputeNodeIds

The ids of the compute nodes to remove.

Context

The account details

(Inherited from BatchClientParametersBase)
DeallocationOption

Specifies when nodes may be removed from the pool.

PoolId

The id of the pool containing the compute nodes.

ResizeTimeout

Specifies the timeout for removal of compute nodes from the pool. The default value is 10 minutes. The minimum value is 5 minutes.

Applies to