JobOperationsExtensions.ListWithFilterAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobListResponse> ListWithFilterAsync (this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, Microsoft.WindowsAzure.Scheduler.Models.JobListWithFilterParameters parameters);
static member ListWithFilterAsync : Microsoft.WindowsAzure.Scheduler.IJobOperations * Microsoft.WindowsAzure.Scheduler.Models.JobListWithFilterParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobListResponse>
<Extension()>
Public Function ListWithFilterAsync (operations As IJobOperations, parameters As JobListWithFilterParameters) As Task(Of JobListResponse)

Parameters

operations
IJobOperations

Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.

parameters
JobListWithFilterParameters

Required. Parameters supplied to the List Jobs with filter operation.

Returns

The List Jobs operation response.

Applies to