RestorableDroppedDatabaseInner 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
RestorableDroppedDatabaseInner() |
Initialise une nouvelle instance de la classe RestorableDroppedDatabaseInner. |
RestorableDroppedDatabaseInner(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>) |
Initialise une nouvelle instance de la classe RestorableDroppedDatabaseInner. |
RestorableDroppedDatabaseInner()
Initialise une nouvelle instance de la classe RestorableDroppedDatabaseInner.
public RestorableDroppedDatabaseInner ();
Public Sub New ()
S’applique à
RestorableDroppedDatabaseInner(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)
Initialise une nouvelle instance de la 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)
Paramètres
- id
- String
- name
- String
- type
- String
- location
- String
Emplacement géographique où réside la ressource
- databaseName
- String
Le nom de la base de données,
- edition
- String
Édition de la base de données
- maxSizeBytes
- String
Taille maximale en octets de la base de données
- serviceLevelObjective
- String
Nom de l’objectif de niveau de service de la base de données
- elasticPoolName
- String
Nom du pool élastique 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