JobOperationsExtensions::List 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)

public:
[ExtensionAttribute]
static JobListResponse^ List(
	IJobOperations^ operations,
	JobListParameters^ parameters
)

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: Microsoft.WindowsAzure.Scheduler.Models::JobListResponse^

The List Jobs operation response.

Return to top
Show: