JobOperationsExtensions.ListAsync(IJobOperations, JobListParameters) Method

Definition

Get the list of all jobs in a job collection.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobListResponse> ListAsync (this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, Microsoft.WindowsAzure.Scheduler.Models.JobListParameters parameters);
static member ListAsync : Microsoft.WindowsAzure.Scheduler.IJobOperations * Microsoft.WindowsAzure.Scheduler.Models.JobListParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobListResponse>
<Extension()>
Public Function ListAsync (operations As IJobOperations, parameters As JobListParameters) As Task(Of JobListResponse)

Parameters

operations
IJobOperations

Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.

parameters
JobListParameters

Required. Parameters supplied to the List Jobs operation.

Returns

The List Jobs operation response.

Applies to