JobOperationsExtensions::ListWithFilter Method (IJobOperations^, JobListWithFilterParameters^)
Get the list of jobs in a job collection matching a filter on job state.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
public: [ExtensionAttribute] static JobListResponse^ ListWithFilter( IJobOperations^ operations, JobListWithFilterParameters^ parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Scheduler::IJobOperations^
Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
- parameters
-
Type:
Microsoft.WindowsAzure.Scheduler.Models::JobListWithFilterParameters^
Required. Parameters supplied to the List Jobs with filter operation.
Return Value
Type: Microsoft.WindowsAzure.Scheduler.Models::JobListResponse^The List Jobs operation response.
Show: