JobOperationsExtensions.ListNextAsync Method

Definition

Lists all of the Jobs in the specified Account.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob>> ListNextAsync (this Microsoft.Azure.Batch.Protocol.IJobOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.JobListNextOptions jobListNextOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Batch.Protocol.IJobOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobListNextOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob>>
<Extension()>
Public Function ListNextAsync (operations As IJobOperations, nextPageLink As String, Optional jobListNextOptions As JobListNextOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to