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

BatchNodeInfo interface

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

属性

affinityId

任务运行的节点标识符,可在添加任务请求调度该计算节点时传递。

nodeId

任务运行的计算节点的ID。

nodeUrl

任务运行的计算节点的URL。

poolId

任务运行池的ID。

taskRootDirectory

任务在计算节点上的根目录。

taskRootDirectoryUrl

任务在计算节点上的根目录的URL。

属性详细信息

affinityId

任务运行的节点标识符,可在添加任务请求调度该计算节点时传递。

affinityId?: string

属性值

string

nodeId

任务运行的计算节点的ID。

nodeId?: string

属性值

string

nodeUrl

任务运行的计算节点的URL。

nodeUrl?: string

属性值

string

poolId

任务运行池的ID。

poolId?: string

属性值

string

taskRootDirectory

任务在计算节点上的根目录。

taskRootDirectory?: string

属性值

string

taskRootDirectoryUrl

任务在计算节点上的根目录的URL。

taskRootDirectoryUrl?: string

属性值

string