IApplicationOperations.ListNextAsync Method (String, ListApplicationSummariesParameters, CancellationToken)

 

Lists all of the applications available in the specified account.

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

Task<ListApplicationSummariesResponse> ListNextAsync(
    string nextLink,
    ListApplicationSummariesParameters parameters,
    CancellationToken cancellationToken
)
Task<ListApplicationSummariesResponse^>^ ListNextAsync(
    String^ nextLink,
    ListApplicationSummariesParameters^ parameters,
    CancellationToken cancellationToken
)
abstract ListNextAsync : 
        nextLink:string *
        parameters:ListApplicationSummariesParameters *
        cancellationToken:CancellationToken -> Task<ListApplicationSummariesResponse>
Function ListNextAsync (
    nextLink As String,
    parameters As ListApplicationSummariesParameters,
    cancellationToken As CancellationToken
) As Task(Of ListApplicationSummariesResponse)

Parameters

  • nextLink
    Type: System.String

    A nextLink URL from a previous List response.

Return Value

Type: System.Threading.Tasks.Task<ListApplicationSummariesResponse>

Response to an ApplicationOperations.List request.

See Also

IApplicationOperations Interface
Microsoft.Azure.Batch.Protocol Namespace

Return to top