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