BatchClient.ListComputeNodes(ListComputeNodeOptions) Method
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.
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.