Package version:

Interface JobExecution

An execution of a job

Hierarchy

Properties

createTime?: Date

The time that the job execution was created. NOTE: This property will not be serialized. It can only be populated by the server.

currentAttemptStartTime?: Date

Start time of the current attempt. NOTE: This property will not be serialized. It can only be populated by the server.

currentAttempts?: number

Number of times the job execution has been attempted.

endTime?: Date

The time that the job execution completed. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

jobExecutionId?: string

The unique identifier of the job execution. NOTE: This property will not be serialized. It can only be populated by the server.

jobVersion?: number

The job version number. NOTE: This property will not be serialized. It can only be populated by the server.

lastMessage?: string

The last status or error message. NOTE: This property will not be serialized. It can only be populated by the server.

lifecycle?: string

The detailed state of the job execution. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

The ARM provisioning state of the job execution. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: Date

The time that the job execution started. NOTE: This property will not be serialized. It can only be populated by the server.

stepId?: number

The job step id. NOTE: This property will not be serialized. It can only be populated by the server.

stepName?: string

The job step name. NOTE: This property will not be serialized. It can only be populated by the server.

The target that this execution is executed on. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc