ApplicationPackageOperationsExtensions.ListNext Method

Definition

Lists all of the application packages in the specified application.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.ApplicationPackage> ListNext (this Microsoft.Azure.Management.Batch.IApplicationPackageOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Batch.IApplicationPackageOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.ApplicationPackage>
<Extension()>
Public Function ListNext (operations As IApplicationPackageOperations, nextPageLink As String) As 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.

Returns

Applies to