BatchClient.ListJobs(ListJobOptions) 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.
Lists the jobs matching the specified filter options.
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Batch.Models.PSCloudJob> ListJobs (Microsoft.Azure.Commands.Batch.Models.ListJobOptions options);
member this.ListJobs : Microsoft.Azure.Commands.Batch.Models.ListJobOptions -> seq<Microsoft.Azure.Commands.Batch.Models.PSCloudJob>
Public Function ListJobs (options As ListJobOptions) As IEnumerable(Of PSCloudJob)
Parameters
- options
- ListJobOptions
The options to use when querying for jobs.
Returns
The jobs matching the specified filter options.