ExecutionState 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 ExecutionState.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Compute.Fluent.Models.ExecutionState>))]
public class ExecutionState : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Compute.Fluent.Models.ExecutionState>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Compute.Fluent.Models.ExecutionState>))>]
type ExecutionState = class
inherit ExpandableStringEnum<ExecutionState>
Public Class ExecutionState
Inherits ExpandableStringEnum(Of ExecutionState)
- Herança
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Construtores
ExecutionState() |
Define valores para ExecutionState. |
Campos
Canceled |
Define valores para ExecutionState. |
Failed |
Define valores para ExecutionState. |
Pending |
Define valores para ExecutionState. |
Running |
Define valores para ExecutionState. |
Succeeded |
Define valores para ExecutionState. |
TimedOut |
Define valores para ExecutionState. |
Unknown |
Define valores para ExecutionState. |
Propriedades
Value |
Define valores para ExecutionState. (Herdado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para ExecutionState. (Herdado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para ExecutionState. (Herdado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para ExecutionState. (Herdado de ExpandableStringEnum<T>) |
ToString() |
Define valores para ExecutionState. (Herdado de ExpandableStringEnum<T>) |
Aplica-se a
Azure SDK for .NET