DiscardCommitBatchOperationResponse interface
丟棄、提交批次回應。
屬性
| end |
作業的結束時間。 |
| error | 如果有,作業錯誤的詳細數據。 |
| id | 異步作業的完整標識碼。 |
| name | 異步作業的名稱。 |
| operations | 作業清單。 |
| percent |
完成的作業百分比。 |
| properties | 丟棄 commit 批次回應屬性。 |
| resource |
啟動原始異步作業的資源完整標識碼。 |
| start |
作業的開始時間。 |
| status | 作業狀態。 |
屬性詳細資料
endTime
作業的結束時間。
endTime?: Date
屬性值
Date
error
id
異步作業的完整標識碼。
id?: string
屬性值
string
name
異步作業的名稱。
name?: string
屬性值
string
operations
percentComplete
完成的作業百分比。
percentComplete?: number
屬性值
number
properties
丟棄 commit 批次回應屬性。
properties?: DiscardCommitBatchResponseProperties
屬性值
resourceId
啟動原始異步作業的資源完整標識碼。
resourceId?: string
屬性值
string
startTime
作業的開始時間。
startTime?: Date
屬性值
Date
status
作業狀態。
status: string
屬性值
string