JobOperationsExtensions.List(IJobOperations, JobListParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.