Compartir a través de


JobExecutionInner.Lifecycle Propiedad

Definición

Obtiene el estado detallado de la ejecución del trabajo. Entre los valores posibles se incluyen: '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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a