RemoveComputeNodeParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class RemoveComputeNodeParameters : Microsoft.Azure.Commands.Batch.Models.BatchClientParametersBase
type RemoveComputeNodeParameters = class
inherit BatchClientParametersBase
Public Class RemoveComputeNodeParameters
Inherits BatchClientParametersBase
- Inheritance
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. |