ExecutionState Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
- Herencia
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Constructores
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. |
Propiedades
Value |
Define valores para ExecutionState. (Heredado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para ExecutionState. (Heredado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para ExecutionState. (Heredado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para ExecutionState. (Heredado de ExpandableStringEnum<T>) |
ToString() |
Define valores para ExecutionState. (Heredado de ExpandableStringEnum<T>) |
Se aplica a
Azure SDK for .NET