ListSubtaskOptions Class
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.
public class ListSubtaskOptions : Microsoft.Azure.Commands.Batch.Models.TaskOperationParameters
type ListSubtaskOptions = class
inherit TaskOperationParameters
Public Class ListSubtaskOptions
Inherits TaskOperationParameters
- Inheritance
Constructors
ListSubtaskOptions(BatchAccountContext, String, String, PSCloudTask, IEnumerable<BatchClientBehavior>) |
Properties
AdditionalBehaviors |
Additional client behaviors to perform (Inherited from BatchClientParametersBase) |
Context |
The account details (Inherited from BatchClientParametersBase) |
JobId |
The id of the job containing the task. (Inherited from TaskOperationParameters) |
MaxCount |
The maximum number of subtasks to return. |
Task |
The PSCloudTask object representing the target task. (Inherited from TaskOperationParameters) |
TaskId |
The id of the task. (Inherited from TaskOperationParameters) |