JobExecutionLifecycle Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define valores para JobExecutionLifecycle.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.JobExecutionLifecycle>))]
public class JobExecutionLifecycle : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Sql.Fluent.Models.JobExecutionLifecycle>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.JobExecutionLifecycle>))>]
type JobExecutionLifecycle = class
inherit ExpandableStringEnum<JobExecutionLifecycle>
Public Class JobExecutionLifecycle
Inherits ExpandableStringEnum(Of JobExecutionLifecycle)
- Herança
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Construtores
JobExecutionLifecycle() |
Define valores para JobExecutionLifecycle. |
Campos
Canceled |
Define valores para JobExecutionLifecycle. |
Created |
Define valores para JobExecutionLifecycle. |
Failed |
Define valores para JobExecutionLifecycle. |
InProgress |
Define valores para JobExecutionLifecycle. |
Skipped |
Define valores para JobExecutionLifecycle. |
Succeeded |
Define valores para JobExecutionLifecycle. |
SucceededWithSkipped |
Define valores para JobExecutionLifecycle. |
TimedOut |
Define valores para JobExecutionLifecycle. |
WaitingForChildJobExecutions |
Define valores para JobExecutionLifecycle. |
WaitingForRetry |
Define valores para JobExecutionLifecycle. |
Propriedades
Value |
Define valores para JobExecutionLifecycle. (Herdado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para JobExecutionLifecycle. (Herdado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para JobExecutionLifecycle. (Herdado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para JobExecutionLifecycle. (Herdado de ExpandableStringEnum<T>) |
ToString() |
Define valores para JobExecutionLifecycle. (Herdado de ExpandableStringEnum<T>) |
Aplica-se a
Azure SDK for .NET