ComputeNodeOperationsExtensions.ListNext 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> 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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET