JobOperationsExtensions.ListAsync Method (IJobOperations, JobListParameters)

 

Get the list of all jobs in a job collection.

Namespace:   Microsoft.WindowsAzure.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

<ExtensionAttribute>
Public Shared Function ListAsync (
	operations As IJobOperations,
	parameters As JobListParameters
) As Task(Of JobListResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Scheduler.IJobOperations

Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.

parameters
Type: Microsoft.WindowsAzure.Scheduler.Models.JobListParameters

Required. Parameters supplied to the List Jobs operation.

Return Value

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

The List Jobs operation response.

Return to top
Show: