JobExecution interface

An execution of a job

Extends

Properties

createTime

The time that the job execution was created.

currentAttempts

Number of times the job execution has been attempted.

currentAttemptStartTime

Start time of the current attempt.

endTime

The time that the job execution completed.

jobExecutionId

The unique identifier of the job execution.

jobVersion

The job version number.

lastMessage

The last status or error message.

lifecycle

The detailed state of the job execution.

provisioningState

The ARM provisioning state of the job execution.

startTime

The time that the job execution started.

stepId

The job step id.

stepName

The job step name.

target

The target that this execution is executed on.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Property Details

createTime

The time that the job execution was created.

createTime?: Date

Property Value

Date

currentAttempts

Number of times the job execution has been attempted.

currentAttempts?: number

Property Value

number

currentAttemptStartTime

Start time of the current attempt.

currentAttemptStartTime?: Date

Property Value

Date

endTime

The time that the job execution completed.

endTime?: Date

Property Value

Date

jobExecutionId

The unique identifier of the job execution.

jobExecutionId?: string

Property Value

string

jobVersion

The job version number.

jobVersion?: number

Property Value

number

lastMessage

The last status or error message.

lastMessage?: string

Property Value

string

lifecycle

The detailed state of the job execution.

lifecycle?: string

Property Value

string

provisioningState

The ARM provisioning state of the job execution.

provisioningState?: string

Property Value

string

startTime

The time that the job execution started.

startTime?: Date

Property Value

Date

stepId

The job step id.

stepId?: number

Property Value

number

stepName

The job step name.

stepName?: string

Property Value

string

target

The target that this execution is executed on.

target?: JobExecutionTarget

Property Value

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From ProxyResource.type