IJobOperations.ListAsync(JobListParameters, CancellationToken) Method

Definition

Get the list of all jobs in a job collection.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobListResponse> ListAsync (Microsoft.WindowsAzure.Scheduler.Models.JobListParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : Microsoft.WindowsAzure.Scheduler.Models.JobListParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobListResponse>
Public Function ListAsync (parameters As JobListParameters, cancellationToken As CancellationToken) As Task(Of JobListResponse)

Parameters

parameters
JobListParameters

Parameters supplied to the List Jobs operation.

cancellationToken
CancellationToken

Cancellation token.

Returns

The List Jobs operation response.

Applies to