Auf Englisch lesen

Freigeben über


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);

Parameters

options
ListSubtaskOptions

The options to use when querying for subtasks.

Returns

The subtasks matching the specified filter options.

Applies to