通过


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

BatchTaskInfoOutput interface

有关在计算节点上运行的任务的信息。

属性

executionInfo

有关任务执行的信息。

jobId

任务所属的作业的 ID。

subtaskId

如果任务是多实例任务,则子任务的 ID。

taskId

任务的 ID。

taskState

任务的当前状态。

可能的值:“active”、“preparing”、“running”、“completed”

taskUrl

任务的 URL。

属性详细信息

executionInfo

有关任务执行的信息。

executionInfo?: BatchTaskExecutionInfoOutput

属性值

jobId

任务所属的作业的 ID。

jobId?: string

属性值

string

subtaskId

如果任务是多实例任务,则子任务的 ID。

subtaskId?: number

属性值

number

taskId

任务的 ID。

taskId?: string

属性值

string

taskState

任务的当前状态。

可能的值:“active”、“preparing”、“running”、“completed”

taskState: string

属性值

string

taskUrl

任务的 URL。

taskUrl?: string

属性值

string