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

  • nextLink
    Type: System.String

    Required. A nextLink URL from a previous List response.

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