RestorableDroppedDatabase Constructores
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í.
Sobrecargas
RestorableDroppedDatabase() |
Inicializa una nueva instancia de la clase RestorableDroppedDatabase. |
RestorableDroppedDatabase(String, String, String, Sku, String, IDictionary<String,String>, String, Nullable<Int64>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String) |
Inicializa una nueva instancia de la clase RestorableDroppedDatabase. |
RestorableDroppedDatabase()
Inicializa una nueva instancia de la clase RestorableDroppedDatabase.
public RestorableDroppedDatabase ();
Public Sub New ()
Se aplica a
RestorableDroppedDatabase(String, String, String, Sku, String, IDictionary<String,String>, String, Nullable<Int64>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String)
Inicializa una nueva instancia de la clase RestorableDroppedDatabase.
public RestorableDroppedDatabase (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Sql.Models.Sku sku = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string databaseName = default, long? maxSizeBytes = default, DateTime? creationDate = default, DateTime? deletionDate = default, DateTime? earliestRestoreDate = default, string backupStorageRedundancy = default);
new Microsoft.Azure.Management.Sql.Models.RestorableDroppedDatabase : string * string * string * Microsoft.Azure.Management.Sql.Models.Sku * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<int64> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.Sql.Models.RestorableDroppedDatabase
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional sku As Sku = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional databaseName As String = Nothing, Optional maxSizeBytes As Nullable(Of Long) = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing, Optional deletionDate As Nullable(Of DateTime) = Nothing, Optional earliestRestoreDate As Nullable(Of DateTime) = Nothing, Optional backupStorageRedundancy As String = Nothing)
Parámetros
- id
- String
Identificador del recurso.
- name
- String
Nombre del recurso.
- type
- String
Tipo de recurso.
- sku
- Sku
Nombre y nivel de la SKU.
- location
- String
Ubicación del recurso
- tags
- IDictionary<String,String>
Etiquetas del recurso.
- databaseName
- String
El nombre de la base de datos.
La fecha de restauración más antigua de la base de datos (formato ISO8601).
- backupStorageRedundancy
- String
Tipo de cuenta de almacenamiento que se usa para almacenar copias de seguridad de esta base de datos. Entre los valores posibles se incluyen: "Geo", "Local", "Zone", "GeoZone".
Se aplica a
Azure SDK for .NET