DrillRunResourceProperties interface
Properties of a Drill Run resource.
- Extends
Properties
| job |
Discriminator for the Job object hierarchy. |
| provisioning |
The provisioning state of the Drill Run Resource. |
Inherited 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. |
| 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
jobResourceType
Discriminator for the Job object hierarchy.
jobResourceType: "DrillRun"
Property Value
"DrillRun"
provisioningState
The provisioning state of the Drill Run Resource.
provisioningState?: string
Property Value
string
Inherited Property Details
duration
The time elapsed during the execution of this job.
duration?: string
Property Value
string
Inherited From JobResourceProperties.duration
endTime
The end time of the job execution.
endTime?: Date
Property Value
Date
Inherited From JobResourceProperties.endTime
errorDetails
Details of any errors that occurred during the execution of this job.
errorDetails?: JobErrorInfo
Property Value
Inherited From JobResourceProperties.errorDetails
jobExtendedInfo
Additional information about the job.
jobExtendedInfo?: JobExtendedInfo
Property Value
Inherited From JobResourceProperties.jobExtendedInfo
jobId
Id of the Job under which this job-resource exists.
jobId?: string
Property Value
string
Inherited From JobResourceProperties.jobId
operation
The operation that this job is intended to perform.
operation?: string
Property Value
string
Inherited From JobResourceProperties.operation
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
Inherited From JobResourceProperties.resourceId
retryDetails
Details of any retries that have been attempted for this job.
retryDetails?: JobRetryDetails[]
Property Value
Inherited From JobResourceProperties.retryDetails
startTime
The start time of the job execution.
startTime?: Date
Property Value
Date
Inherited From JobResourceProperties.startTime
status
The current status of the job execution.
status?: string
Property Value
string
Inherited From JobResourceProperties.status
taskId
Id of the job-task to which this job resource is associated.
taskId?: string
Property Value
string
Inherited From JobResourceProperties.taskId
taskName
Friendly name of the job-task to which this job resource is associated.
taskName?: string
Property Value
string
Inherited From JobResourceProperties.taskName
userComments
User Comments.
userComments?: JobUserComment[]
Property Value
Inherited From JobResourceProperties.userComments