JobOperationsExtensions.ListWithFilterAsync 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)
<ExtensionAttribute> Public Shared Function ListWithFilterAsync ( operations As IJobOperations, parameters As JobListWithFilterParameters ) As Task(Of JobListResponse)
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.
Show: