JobResourceProperties interface
Definition of job-resource.
Properties
| duration | The time elapsed during the execution of this job. |
| end |
The end time of the job execution. |
| error |
Details of any errors that occurred during the execution of this job. |
| job |
Additional information about the job. |
| job |
Id of the Job under which this job-resource exists. |
| job |
The discriminator possible values: RecoveryPlan, DrillRun |
| operation | The operation that this job is intended to perform. |
| resource |
The resource for which this job was created. This is typically the resource that the job is intended to manage or operate on. |
| retry |
Details of any retries that have been attempted for this job. |
| start |
The start time of the job execution. |
| status | The current status of the job execution. |
| task |
Id of the job-task to which this job resource is associated. |
| task |
Friendly name of the job-task to which this job resource is associated. |
| user |
User Comments. |
Property Details
duration
The time elapsed during the execution of this job.
duration?: string
Property Value
string
endTime
The end time of the job execution.
endTime?: Date
Property Value
Date
errorDetails
Details of any errors that occurred during the execution of this job.
errorDetails?: JobErrorInfo
Property Value
jobExtendedInfo
Additional information about the job.
jobExtendedInfo?: JobExtendedInfo
Property Value
jobId
Id of the Job under which this job-resource exists.
jobId?: string
Property Value
string
jobResourceType
The discriminator possible values: RecoveryPlan, DrillRun
jobResourceType: string
Property Value
string
operation
The operation that this job is intended to perform.
operation?: string
Property Value
string
resourceId
The resource for which this job was created. This is typically the resource that the job is intended to manage or operate on.
resourceId?: string
Property Value
string
retryDetails
Details of any retries that have been attempted for this job.
retryDetails?: JobRetryDetails[]
Property Value
startTime
The start time of the job execution.
startTime?: Date
Property Value
Date
status
The current status of the job execution.
status?: string
Property Value
string
taskId
Id of the job-task to which this job resource is associated.
taskId?: string
Property Value
string
taskName
Friendly name of the job-task to which this job resource is associated.
taskName?: string
Property Value
string