ApplicationPackageOperationsExtensions.ListNextAsync Method

Definition

Lists all of the application packages in the specified application.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.ApplicationPackage>> ListNextAsync (this Microsoft.Azure.Management.Batch.IApplicationPackageOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Batch.IApplicationPackageOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.ApplicationPackage>>
<Extension()>
Public Function ListNextAsync (operations As IApplicationPackageOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ApplicationPackage))

Parameters

operations
IApplicationPackageOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to