JobExecutionInner.Lifecycle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the detailed state of the job execution. Possible values include: 'Created', 'InProgress', 'WaitingForChildJobExecutions', 'WaitingForRetry', 'Succeeded', 'SucceededWithSkipped', 'Failed', 'TimedOut', 'Canceled', 'Skipped'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.lifecycle")]
public Microsoft.Azure.Management.Sql.Fluent.Models.JobExecutionLifecycle Lifecycle { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lifecycle")>]
member this.Lifecycle : Microsoft.Azure.Management.Sql.Fluent.Models.JobExecutionLifecycle
Public ReadOnly Property Lifecycle As JobExecutionLifecycle
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute