Bagikan melalui


BatchClient.ListComputeNodes(ListComputeNodeOptions) Method

Definition

Lists the compute nodes matching the specified filter options.

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Batch.Models.PSComputeNode> ListComputeNodes (Microsoft.Azure.Commands.Batch.Models.ListComputeNodeOptions options);
member this.ListComputeNodes : Microsoft.Azure.Commands.Batch.Models.ListComputeNodeOptions -> seq<Microsoft.Azure.Commands.Batch.Models.PSComputeNode>
Public Function ListComputeNodes (options As ListComputeNodeOptions) As IEnumerable(Of PSComputeNode)

Parameters

options
ListComputeNodeOptions

The options to use when querying for compute nodes.

Returns

The compute nodes matching the specified filter options.

Applies to