IComputeNodeOperations.ListNextAsync Method (String, ComputeNodeListParameters, CancellationToken)
Lists the compute nodes in the specified pool.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
Task<ComputeNodeListResponse> ListNextAsync(
string nextLink,
ComputeNodeListParameters parameters,
CancellationToken cancellationToken
)
Task<ComputeNodeListResponse^>^ ListNextAsync(
String^ nextLink,
ComputeNodeListParameters^ parameters,
CancellationToken cancellationToken
)
abstract ListNextAsync :
nextLink:string *
parameters:ComputeNodeListParameters *
cancellationToken:CancellationToken -> Task<ComputeNodeListResponse>
Function ListNextAsync (
nextLink As String,
parameters As ComputeNodeListParameters,
cancellationToken As CancellationToken
) As Task(Of ComputeNodeListResponse)
Parameters
nextLink
Type: System.StringA nextLink URL from a previous List response.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.ComputeNodeListParametersThe parameters for the request.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<ComputeNodeListResponse>
Response to a ComputeNodeOperations.List request.
See Also
IComputeNodeOperations Interface
Microsoft.Azure.Batch.Protocol Namespace
Return to top