BatchClient.ListTasks(ListTaskOptions) Method

Definition

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.

Applies to