Udostępnij za pośrednictwem


JobExecutionLifecycle Struct

Definition

The detailed state of the job execution.

public readonly struct JobExecutionLifecycle : IEquatable<Azure.ResourceManager.Sql.Models.JobExecutionLifecycle>
type JobExecutionLifecycle = struct
Public Structure JobExecutionLifecycle
Implements IEquatable(Of JobExecutionLifecycle)
Inheritance
JobExecutionLifecycle
Implements

Constructors

JobExecutionLifecycle(String)

Initializes a new instance of JobExecutionLifecycle.

Properties

Canceled

Canceled.

Created

Created.

Failed

Failed.

InProgress

InProgress.

Skipped

Skipped.

Succeeded

Succeeded.

SucceededWithSkipped

SucceededWithSkipped.

TimedOut

TimedOut.

WaitingForChildJobExecutions

WaitingForChildJobExecutions.

WaitingForRetry

WaitingForRetry.

Methods

Equals(JobExecutionLifecycle)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(JobExecutionLifecycle, JobExecutionLifecycle)

Determines if two JobExecutionLifecycle values are the same.

Implicit(String to JobExecutionLifecycle)

Converts a string to a JobExecutionLifecycle.

Inequality(JobExecutionLifecycle, JobExecutionLifecycle)

Determines if two JobExecutionLifecycle values are not the same.

Applies to