JobOperationsExtensions.List(IJobOperations, JobListParameters) Method

Definition

Get the list of all jobs in a job collection.

public static Microsoft.WindowsAzure.Scheduler.Models.JobListResponse List (this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, Microsoft.WindowsAzure.Scheduler.Models.JobListParameters parameters);
static member List : Microsoft.WindowsAzure.Scheduler.IJobOperations * Microsoft.WindowsAzure.Scheduler.Models.JobListParameters -> Microsoft.WindowsAzure.Scheduler.Models.JobListResponse
<Extension()>
Public Function List (operations As IJobOperations, parameters As JobListParameters) As 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