DrillRunResourceProperties interface

Properties of a Drill Run resource.

Extends

Properties

jobResourceType

Discriminator for the Job object hierarchy.

provisioningState

The provisioning state of the Drill Run Resource.

Inherited Properties

duration

The time elapsed during the execution of this job.

endTime

The end time of the job execution.

errorDetails

Details of any errors that occurred during the execution of this job.

jobExtendedInfo

Additional information about the job.

jobId

Id of the Job under which this job-resource exists.

operation

The operation that this job is intended to perform.

resourceId

The resource for which this job was created. This is typically the resource that the job is intended to manage or operate on.

retryDetails

Details of any retries that have been attempted for this job.

startTime

The start time of the job execution.

status

The current status of the job execution.

taskId

Id of the job-task to which this job resource is associated.

taskName

Friendly name of the job-task to which this job resource is associated.

userComments

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