JobProperties interface
Properties of a Job resource, including type, status, parameters, steps, and error details.
Properties
| correlation |
Correlation ID for tracking. |
| end |
End time of the job (ISO8601). |
| error |
Error Details if any failure is there |
| job |
Parameters for the job. |
| job |
The type of job. |
| provisioning |
Provisioning state of the resource. |
| start |
Start time of the job (ISO8601). |
| status | Status of the job. |
| steps | Steps and substatuses for the job. |
| triggered |
The OID or identity that triggered the job. |
Property Details
correlationId
Correlation ID for tracking.
correlationId?: string
Property Value
string
endTime
End time of the job (ISO8601).
endTime?: Date
Property Value
Date
errorDetails
jobParameter
jobType
The type of job.
jobType: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
startTime
Start time of the job (ISO8601).
startTime?: Date
Property Value
Date
status
Status of the job.
status: string
Property Value
string
steps
triggeredBy
The OID or identity that triggered the job.
triggeredBy?: string
Property Value
string