你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ListSubtaskOptions Class

Definition

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)

Applies to