JobExecutionInner Class

Definition

An execution of a job

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

Constructors

JobExecutionInner()

Initializes a new instance of the JobExecutionInner class.

JobExecutionInner(String, String, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Guid>, JobExecutionLifecycle, ProvisioningState, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<DateTime>, String, JobExecutionTarget)

Initializes a new instance of the JobExecutionInner 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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
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'

Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
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.

Tags

Resource tags

(Inherited from Resource)
Target

Gets the target that this execution is executed on.

Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to