共用方式為


ComputeNodeInformation interface

表示 ComputeNodeInformation 的介面。

屬性

affinityId

工作執行所在的節點識別碼,可在新增工作以要求此計算節點上排程工作時傳遞。

nodeId

工作執行所在的計算節點識別碼。

nodeUrl

工作執行所在的計算節點 URL。 .

poolId

工作執行所在的集區標識碼。

taskRootDirectory

計算節點上工作根目錄。

taskRootDirectoryUrl

計算節點上工作根目錄的 URL。

屬性詳細資料

affinityId

工作執行所在的節點識別碼,可在新增工作以要求此計算節點上排程工作時傳遞。

affinityId?: string

屬性值

string

nodeId

工作執行所在的計算節點識別碼。

nodeId?: string

屬性值

string

nodeUrl

工作執行所在的計算節點 URL。 .

nodeUrl?: string

屬性值

string

poolId

工作執行所在的集區標識碼。

poolId?: string

屬性值

string

taskRootDirectory

計算節點上工作根目錄。

taskRootDirectory?: string

屬性值

string

taskRootDirectoryUrl

計算節點上工作根目錄的 URL。

taskRootDirectoryUrl?: string

屬性值

string