JobOperationsExtensions.ListWithFilter Method

Definition

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

public static Microsoft.WindowsAzure.Scheduler.Models.JobListResponse ListWithFilter (this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, Microsoft.WindowsAzure.Scheduler.Models.JobListWithFilterParameters parameters);
static member ListWithFilter : Microsoft.WindowsAzure.Scheduler.IJobOperations * Microsoft.WindowsAzure.Scheduler.Models.JobListWithFilterParameters -> Microsoft.WindowsAzure.Scheduler.Models.JobListResponse
<Extension()>
Public Function ListWithFilter (operations As IJobOperations, parameters As JobListWithFilterParameters) As 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