JobResponse Class
The properties of the Job Response object.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelJobResponse
Constructor
JobResponse(**kwargs: Any)
Variables
Name | Description |
---|---|
job_id
|
The job identifier. |
start_time_utc
|
The start time of the job. |
end_time_utc
|
The time the job stopped processing. |
type
|
The type of the job. Known values are: "unknown", "export", "import", "backup", "readDeviceProperties", "writeDeviceProperties", "updateDeviceConfiguration", "rebootDevice", "factoryResetDevice", "firmwareUpdate", and "import". |
status
|
The status of the job. Known values are: "unknown", "enqueued", "running", "completed", "failed", and "cancelled". |
failure_reason
|
If status == failed, this string containing the reason for the failure. |
status_message
|
The status message for the job. |
parent_job_id
|
The job identifier of the parent job, if any. |
Azure SDK for Python