ManagedDatabaseStatus 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 ManagedDatabaseStatus.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedDatabaseStatus>))]
public class ManagedDatabaseStatus : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedDatabaseStatus>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedDatabaseStatus>))>]
type ManagedDatabaseStatus = class
inherit ExpandableStringEnum<ManagedDatabaseStatus>
Public Class ManagedDatabaseStatus
Inherits ExpandableStringEnum(Of ManagedDatabaseStatus)
- Herencia
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Constructores
ManagedDatabaseStatus() |
Define valores para ManagedDatabaseStatus. |
Campos
Creating |
Define valores para ManagedDatabaseStatus. |
Inaccessible |
Define valores para ManagedDatabaseStatus. |
Offline |
Define valores para ManagedDatabaseStatus. |
Online |
Define valores para ManagedDatabaseStatus. |
Shutdown |
Define valores para ManagedDatabaseStatus. |
Updating |
Define valores para ManagedDatabaseStatus. |
Propiedades
Value |
Define valores para ManagedDatabaseStatus. (Heredado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para ManagedDatabaseStatus. (Heredado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para ManagedDatabaseStatus. (Heredado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para ManagedDatabaseStatus. (Heredado de ExpandableStringEnum<T>) |
ToString() |
Define valores para ManagedDatabaseStatus. (Heredado de ExpandableStringEnum<T>) |
Se aplica a
Azure SDK for .NET