JobProperties interface

Definition of a job, including its type, status, timing, and additional details.

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.

executionConfigurations

Execution configurations for the job.

jobExtendedInfo

Additional information about the job.

jobType

The discriminator possible values: RecoveryPlan, DrillRun

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.

triggeredBy

Indicates whether the job was triggered by the system or a user.

userComments

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

executionConfigurations

Execution configurations for the job.

executionConfigurations?: ExecutionConfigurations

Property Value

jobExtendedInfo

Additional information about the job.

jobExtendedInfo?: JobExtendedInfo

Property Value

jobType

The discriminator possible values: RecoveryPlan, DrillRun

jobType?: 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

triggeredBy

Indicates whether the job was triggered by the system or a user.

triggeredBy?: string

Property Value

string

userComments

User Comments.

userComments?: JobUserComment[]

Property Value