Bagikan melalui


BatchClient.ListSubtasks(ListSubtaskOptions) Method

Definition

Lists the subtasks matching the specified filter options.

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Batch.Models.PSSubtaskInformation> ListSubtasks (Microsoft.Azure.Commands.Batch.Models.ListSubtaskOptions options);
member this.ListSubtasks : Microsoft.Azure.Commands.Batch.Models.ListSubtaskOptions -> seq<Microsoft.Azure.Commands.Batch.Models.PSSubtaskInformation>
Public Function ListSubtasks (options As ListSubtaskOptions) As IEnumerable(Of PSSubtaskInformation)

Parameters

options
ListSubtaskOptions

The options to use when querying for subtasks.

Returns

The subtasks matching the specified filter options.

Applies to