CloudPoolOperationsExtensions.ListNextAsync Method (ICloudPoolOperations, String, CloudPoolListParameters)
Lists all of the pools in the specified account.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public static Task<CloudPoolListResponse> ListNextAsync(
this ICloudPoolOperations operations,
string nextLink,
CloudPoolListParameters parameters
)
public:
[ExtensionAttribute]
static Task<CloudPoolListResponse^>^ ListNextAsync(
ICloudPoolOperations^ operations,
String^ nextLink,
CloudPoolListParameters^ parameters
)
static member ListNextAsync :
operations:ICloudPoolOperations *
nextLink:string *
parameters:CloudPoolListParameters -> Task<CloudPoolListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
operations As ICloudPoolOperations,
nextLink As String,
parameters As CloudPoolListParameters
) As Task(Of CloudPoolListResponse)
Parameters
operations
Type: Microsoft.Azure.Batch.Protocol.ICloudPoolOperationsReference to the Microsoft.Azure.Batch.Protocol.ICloudPoolOperations.
nextLink
Type: System.StringRequired. A nextLink URL from a previous List response.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudPoolListParametersRequired. The parameters for the request.
Return Value
Type: System.Threading.Tasks.Task<CloudPoolListResponse>
Response to a CloudPoolOperations.List request.
See Also
CloudPoolOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top