Share via


ApplicationOperationsExtensions.ListNext Method

Definition

Lists all of the applications in the specified account.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Application> ListNext (this Microsoft.Azure.Management.Batch.IApplicationOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Batch.IApplicationOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Application>
<Extension()>
Public Function ListNext (operations As IApplicationOperations, nextPageLink As String) As IPage(Of Application)

Parameters

operations
IApplicationOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to