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