RestorableDroppedDatabaseInner Construtores
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.
Sobrecargas
RestorableDroppedDatabaseInner() |
Inicializa uma nova instância da classe RestorableDroppedDatabaseInner. |
RestorableDroppedDatabaseInner(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>) |
Inicializa uma nova instância da classe RestorableDroppedDatabaseInner. |
RestorableDroppedDatabaseInner()
Inicializa uma nova instância da classe RestorableDroppedDatabaseInner.
public RestorableDroppedDatabaseInner ();
Public Sub New ()
Aplica-se a
RestorableDroppedDatabaseInner(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)
Inicializa uma nova instância da classe RestorableDroppedDatabaseInner.
public RestorableDroppedDatabaseInner (string id = default, string name = default, string type = default, string location = default, string databaseName = default, string edition = default, string maxSizeBytes = default, string serviceLevelObjective = default, string elasticPoolName = default, DateTime? creationDate = default, DateTime? deletionDate = default, DateTime? earliestRestoreDate = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.RestorableDroppedDatabaseInner : string * string * string * string * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.Sql.Fluent.Models.RestorableDroppedDatabaseInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional databaseName As String = Nothing, Optional edition As String = Nothing, Optional maxSizeBytes As String = Nothing, Optional serviceLevelObjective As String = Nothing, Optional elasticPoolName As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing, Optional deletionDate As Nullable(Of DateTime) = Nothing, Optional earliestRestoreDate As Nullable(Of DateTime) = Nothing)
Parâmetros
- id
- String
- name
- String
- type
- String
- location
- String
A localização geográfica em que o recurso reside
- databaseName
- String
O nome do banco de dados
- edition
- String
A edição do banco de dados
- maxSizeBytes
- String
O tamanho máximo em bytes do banco de dados
- serviceLevelObjective
- String
O nome do objetivo de nível de serviço do banco de dados
- elasticPoolName
- String
O nome do pool elástico do banco de dados
A data de restauração mais antiga do banco de dados (formato ISO8601)
Aplica-se a
Azure SDK for .NET