JobResponse 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.
The properties of the Job Response object.
public class JobResponse
type JobResponse = class
Public Class JobResponse
- Inheritance
-
JobResponse
Constructors
JobResponse() |
Initializes a new instance of the JobResponse class. |
JobResponse(String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<JobStatus>, String, String, String) |
Initializes a new instance of the JobResponse class. |
Properties
EndTimeUtc |
Gets the time the job stopped processing. |
FailureReason |
Gets if status == failed, this string containing the reason for the failure. |
JobId |
Gets the job identifier. |
ParentJobId |
Gets the job identifier of the parent job, if any. |
StartTimeUtc |
Gets the start time of the job. |
Status |
Gets the status of the job. Possible values include: 'unknown', 'enqueued', 'running', 'completed', 'failed', 'cancelled' |
StatusMessage |
Gets the status message for the job. |
Type |
Gets the type of the job. Possible values include: 'unknown', 'export', 'import', 'backup', 'readDeviceProperties', 'writeDeviceProperties', 'updateDeviceConfiguration', 'rebootDevice', 'factoryResetDevice', 'firmwareUpdate' |
Applies to
Azure SDK for .NET