BatchClient.ListSubtasks(ListSubtaskOptions) 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 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.