JobResponse 類別
Job Response 物件的屬性。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
- 繼承
-
azure.mgmt.iothub._serialization.ModelJobResponse
建構函式
JobResponse(**kwargs: Any)
變數
名稱 | Description |
---|---|
job_id
|
作業識別碼。 |
start_time_utc
|
工作的開始時間。 |
end_time_utc
|
作業停止處理的時間。 |
type
|
作業的類型。 已知值為:「unknown」、「export」、「import」、「backup」、「readDeviceProperties」、「writeDeviceProperties」、「updateDeviceConfiguration」、「rebootDevice」、「factoryResetDevice」、「firmwareUpdate」 和 「import」。 |
status
|
工作的狀態。 已知值為:「unknown」、「enqueued」、「running」、「completed」、「failed」 和 「cancelled」。 |
failure_reason
|
如果 status == 失敗,則此字串包含失敗的原因。 |
status_message
|
作業的狀態訊息。 |
parent_job_id
|
父作業的作業識別碼,如果有的話。 |