JobExecution Class

Definition

An execution of a job

[Microsoft.Rest.Serialization.JsonTransformation]
public class JobExecution : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type JobExecution = class
    inherit ProxyResource
Public Class JobExecution
Inherits ProxyResource
Inheritance
Attributes

Constructors

JobExecution()

Initializes a new instance of the JobExecution class.

JobExecution(String, String, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Guid>, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<DateTime>, String, JobExecutionTarget)

Initializes a new instance of the JobExecution class.

Properties

CreateTime

Gets the time that the job execution was created.

CurrentAttempts

Gets or sets number of times the job execution has been attempted.

CurrentAttemptStartTime

Gets start time of the current attempt.

EndTime

Gets the time that the job execution completed.

Id

Gets resource ID.

(Inherited from Resource)
JobExecutionId

Gets the unique identifier of the job execution.

JobVersion

Gets the job version number.

LastMessage

Gets the last status or error message.

Lifecycle

Gets the detailed state of the job execution. Possible values include: 'Created', 'InProgress', 'WaitingForChildJobExecutions', 'WaitingForRetry', 'Succeeded', 'SucceededWithSkipped', 'Failed', 'TimedOut', 'Canceled', 'Skipped'

Name

Gets resource name.

(Inherited from Resource)
ProvisioningState

Gets the ARM provisioning state of the job execution. Possible values include: 'Created', 'InProgress', 'Succeeded', 'Failed', 'Canceled'

StartTime

Gets the time that the job execution started.

StepId

Gets the job step id.

StepName

Gets the job step name.

Target

Gets the target that this execution is executed on.

Type

Gets resource type.

(Inherited from Resource)

Applies to