你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobResponse 类

作业响应对象的属性。

变量仅由服务器填充,发送请求时将被忽略。

继承
azure.mgmt.iothub._serialization.Model
JobResponse

构造函数

JobResponse(**kwargs: Any)

变量

名称 说明
job_id
str

作业标识符。

start_time_utc

作业的开始时间。

end_time_utc

作业停止处理的时间。

type
strJobType

作业的类型。 已知值为:“unknown”、“export”、“import”、“backup”、“readDeviceProperties”、“writeDeviceProperties”、“updateDeviceConfiguration”、“rebootDevice”、“factoryResetDevice”、“firmwareUpdate”和“import”。

status

作业的状态。 已知值为:“unknown”、“enqueued”、“running”、“completed”、“failed”和“cancelled”。

failure_reason
str

如果 status == failed,则为包含失败原因的字符串。

status_message
str

作业的状态消息。

parent_job_id
str

父作业的作业标识符(如果有)。