JobOperationsExtensions.ListNext Method

Definition

Lists all of the Jobs in the specified Account.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob> ListNext (this Microsoft.Azure.Batch.Protocol.IJobOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.JobListNextOptions jobListNextOptions = default);
static member ListNext : Microsoft.Azure.Batch.Protocol.IJobOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobListNextOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob>
<Extension()>
Public Function ListNext (operations As IJobOperations, nextPageLink As String, Optional jobListNextOptions As JobListNextOptions = Nothing) As IPage(Of CloudJob)

Parameters

operations
IJobOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

jobListNextOptions
JobListNextOptions

Additional parameters for the operation

Returns

Applies to