JobOperationsExtensions.ListWithFilterAsync Method (IJobOperations, JobListWithFilterParameters)

 

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

Namespace:   Microsoft.WindowsAzure.Scheduler
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.

Return Value

Type: System.Threading.Tasks.Task(Of JobListResponse)

The List Jobs operation response.

Return to top
Show: