RestorableDroppedManagedDatabaseInner Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
RestorableDroppedManagedDatabaseInner() |
Initialise une nouvelle instance de la classe RestorableDroppedManagedDatabaseInner. |
RestorableDroppedManagedDatabaseInner(String, String, String, String, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>) |
Initialise une nouvelle instance de la classe RestorableDroppedManagedDatabaseInner. |
RestorableDroppedManagedDatabaseInner()
Initialise une nouvelle instance de la classe RestorableDroppedManagedDatabaseInner.
public RestorableDroppedManagedDatabaseInner ();
Public Sub New ()
S’applique à
RestorableDroppedManagedDatabaseInner(String, String, String, String, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)
Initialise une nouvelle instance de la classe RestorableDroppedManagedDatabaseInner.
public RestorableDroppedManagedDatabaseInner (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string databaseName = default, DateTime? creationDate = default, DateTime? deletionDate = default, DateTime? earliestRestoreDate = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.RestorableDroppedManagedDatabaseInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.Sql.Fluent.Models.RestorableDroppedManagedDatabaseInner
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional databaseName As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing, Optional deletionDate As Nullable(Of DateTime) = Nothing, Optional earliestRestoreDate As Nullable(Of DateTime) = Nothing)
Paramètres
- location
- String
Emplacement de la ressource.
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
Balises de ressource.
- databaseName
- String
Nom de la base de données.
Date de restauration la plus ancienne de la base de données (format ISO8601).
S’applique à
Azure SDK for .NET