次の方法で共有


JobResponse クラス

ジョブ応答オブジェクトのプロパティ。

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

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

コンストラクター

JobResponse(**kwargs: Any)

変数

名前 説明
job_id
str

ジョブ識別子です。

start_time_utc

ジョブの開始時刻。

end_time_utc

ジョブが処理を停止した時刻。

type
str または JobType

ジョブの種類。 既知の値は、"unknown"、"export"、"import"、"backup"、"readDeviceProperties"、"writeDeviceProperties"、"updateDeviceConfiguration"、"rebootDevice"、"factoryResetDevice"、"firmwareUpdate"、および "import" です。

status
str または JobStatus

ジョブの状態。 既知の値は、"unknown"、"enqueued"、"running"、"completed"、"failed"、および "cancelled" です。

failure_reason
str

status == failed の場合、エラーの理由を含むこの文字列。

status_message
str

ジョブのステータス メッセージ。

parent_job_id
str

親ジョブのジョブ識別子 (存在する場合)。