Share via


ComputeNodeOperationsExtensions.ListNext Method

Definition

Lists the Compute Nodes in the specified Pool.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ComputeNode> ListNext (this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeListNextOptions computeNodeListNextOptions = default);
static member ListNext : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeListNextOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ComputeNode>
<Extension()>
Public Function ListNext (operations As IComputeNodeOperations, nextPageLink As String, Optional computeNodeListNextOptions As ComputeNodeListNextOptions = Nothing) As IPage(Of ComputeNode)

Parameters

operations
IComputeNodeOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

computeNodeListNextOptions
ComputeNodeListNextOptions

Additional parameters for the operation

Returns

Applies to