IJobOperations.ListWithFilterAsync Method

Definition

Get the list of jobs in a job collection matching a filter on job state.

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

Parameters

parameters
JobListWithFilterParameters

Parameters supplied to the List Jobs with filter operation.

cancellationToken
CancellationToken

Cancellation token.

Returns

The List Jobs operation response.

Applies to