OperationResultsDescription interface
屬性,指出服務上作業的作業結果。
屬性
end |
作業完成的時間。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
id | 傳回之作業的識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
name | 作業結果的名稱。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
properties | 作業結果的其他屬性。 |
start |
作業啟動的時間。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
status | 正在執行的作業狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
屬性詳細資料
endTime
作業完成的時間。 注意:此屬性不會序列化。 它只能由伺服器填入。
endTime?: string
屬性值
string
id
傳回之作業的識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。
id?: string
屬性值
string
name
作業結果的名稱。 注意:此屬性不會序列化。 它只能由伺服器填入。
name?: string
屬性值
string
properties
作業結果的其他屬性。
properties?: Record<string, unknown>
屬性值
Record<string, unknown>
startTime
作業啟動的時間。 注意:此屬性不會序列化。 它只能由伺服器填入。
startTime?: string
屬性值
string
status
正在執行的作業狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。
status?: string
屬性值
string