ComputeNodeOperationsExtensions.List 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 in the specified Pool.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ComputeNode> List (this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string poolId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeListOptions computeNodeListOptions = default);
static member List : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeListOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ComputeNode>
<Extension()>
Public Function List (operations As IComputeNodeOperations, poolId As String, Optional computeNodeListOptions As ComputeNodeListOptions = Nothing) As IPage(Of ComputeNode)
Parameters
- operations
- IComputeNodeOperations
The operations group for this extension method.
- poolId
- String
The ID of the Pool from which you want to list Compute Nodes.
- computeNodeListOptions
- ComputeNodeListOptions
Additional parameters for the operation
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET