你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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