共用方式為


AzureIaaSVMJobTaskDetails interface

Azure IaaS VM 工作負載特定的作業工作詳細數據。

屬性

duration

任務經過的時間。

endTime

結束時間。

instanceId

instanceId。

progressPercentage

工作的進度。

startTime

開始時間。

status

狀態。

taskExecutionDetails

工作執行的詳細數據。 例如:傳輸的位元元組數等

taskId

工作顯示名稱。

屬性詳細資料

duration

任務經過的時間。

duration?: string

屬性值

string

endTime

結束時間。

endTime?: Date

屬性值

Date

instanceId

instanceId。

instanceId?: string

屬性值

string

progressPercentage

工作的進度。

progressPercentage?: number

屬性值

number

startTime

開始時間。

startTime?: Date

屬性值

Date

status

狀態。

status?: string

屬性值

string

taskExecutionDetails

工作執行的詳細數據。 例如:傳輸的位元元組數等

taskExecutionDetails?: string

屬性值

string

taskId

工作顯示名稱。

taskId?: string

屬性值

string