PSIotHubJobResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class PSIotHubJobResponse
type PSIotHubJobResponse = class
Public Class PSIotHubJobResponse
- Inheritance
-
PSIotHubJobResponse
Constructors
PSIotHubJobResponse() |
Properties
EndTimeUtc |
Represents the time the job stopped processing. |
FailureReason |
If status == failure, this represents a string containing the reason. |
JobId |
The job identifier. |
StartTimeUtc |
Start time of the Job. |
Status |
Status of the Job. Possible values include: 'unknown', 'enqueued', 'running', 'completed', 'failed', 'cancelled' |
StatusMessage |
The status message for the job. |
Type |
The type of job to execute. Possible values include: 'unknown', 'export', 'import', 'backup', 'readDeviceProperties', 'writeDeviceProperties', 'updateDeviceConfiguration', 'rebootDevice', 'factoryResetDevice', 'firmwareUpdate' |