Share via


JobProperties interface

Properties of a Job resource, including type, status, parameters, steps, and error details.

Properties

correlationId

Correlation ID for tracking.

endTime

End time of the job (ISO8601).

errorDetails

Error Details if any failure is there

jobParameter

Parameters for the job.

jobType

The type of job.

provisioningState

Provisioning state of the resource.

startTime

Start time of the job (ISO8601).

status

Status of the job.

steps

Steps and substatuses for the job.

triggeredBy

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

Error Details if any failure is there

errorDetails?: ErrorDetail

Property Value

jobParameter

Parameters for the job.

jobParameter?: JobParameterBaseUnion

Property Value

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

Steps and substatuses for the job.

steps?: JobStep[]

Property Value

triggeredBy

The OID or identity that triggered the job.

triggeredBy?: string

Property Value

string