Compartilhar via


RestorableDroppedDatabase Construtores

Definição

Sobrecargas

RestorableDroppedDatabase()

Inicializa uma nova instância da classe RestorableDroppedDatabase.

RestorableDroppedDatabase(String, String, String, Sku, String, IDictionary<String,String>, String, Nullable<Int64>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String)

Inicializa uma nova instância da classe RestorableDroppedDatabase.

RestorableDroppedDatabase()

Inicializa uma nova instância da classe RestorableDroppedDatabase.

public RestorableDroppedDatabase ();
Public Sub New ()

Aplica-se a

RestorableDroppedDatabase(String, String, String, Sku, String, IDictionary<String,String>, String, Nullable<Int64>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String)

Inicializa uma nova instância da classe 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

ID do recurso.

name
String

Nome do recurso.

type
String

Tipo de recurso.

sku
Sku

O nome e a camada do SKU.

location
String

Local do recurso.

tags
IDictionary<String,String>

Marcas de recurso.

databaseName
String

O nome do banco de dados.

maxSizeBytes
Nullable<Int64>

O tamanho máximo do banco de dados expresso em bytes.

creationDate
Nullable<DateTime>

A data de criação do banco de dados (formato ISO8601).

deletionDate
Nullable<DateTime>

A data de exclusão do banco de dados (formato ISO8601).

earliestRestoreDate
Nullable<DateTime>

A data de restauração mais antiga do banco de dados (formato ISO8601).

backupStorageRedundancy
String

O tipo de conta de armazenamento usado para armazenar backups para esse banco de dados. Os valores possíveis incluem: 'Geo', 'Local', 'Zone', 'GeoZone'

Aplica-se a