ICloudPoolOperations.ListNextAsync Method (String, CloudPoolListParameters, CancellationToken)
Lists all of the pools in the specified account.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
Task<CloudPoolListResponse> ListNextAsync(
string nextLink,
CloudPoolListParameters parameters,
CancellationToken cancellationToken
)
Task<CloudPoolListResponse^>^ ListNextAsync(
String^ nextLink,
CloudPoolListParameters^ parameters,
CancellationToken cancellationToken
)
abstract ListNextAsync :
nextLink:string *
parameters:CloudPoolListParameters *
cancellationToken:CancellationToken -> Task<CloudPoolListResponse>
Function ListNextAsync (
nextLink As String,
parameters As CloudPoolListParameters,
cancellationToken As CancellationToken
) As Task(Of CloudPoolListResponse)
Parameters
nextLink
Type: System.StringA nextLink URL from a previous List response.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudPoolListParametersThe parameters for the request.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<CloudPoolListResponse>
Response to a CloudPoolOperations.List request.
See Also
ICloudPoolOperations Interface
Microsoft.Azure.Batch.Protocol Namespace
Return to top