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

ListComputeNodeOptions Class

Definition

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

Constructors

ListComputeNodeOptions(BatchAccountContext, String, PSCloudPool, IEnumerable<BatchClientBehavior>)

Properties

AdditionalBehaviors

Additional client behaviors to perform

(Inherited from BatchClientParametersBase)
ComputeNodeId

If specified, the single compute node with this id will be returned.

Context

The account details

(Inherited from BatchClientParametersBase)
Filter

The OData filter to use when querying for compute nodes.

MaxCount

The maximum number of compute nodes to return.

Pool

The PSCloudPool object representing the target pool.

(Inherited from PoolOperationParameters)
PoolId

The id of the pool.

(Inherited from PoolOperationParameters)
Select

The OData select clause to use.

Applies to