RestorableDroppedSqlPool Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
RestorableDroppedSqlPool() |
Initialisiert eine neue instance der RestorableDroppedSqlPool-Klasse. |
RestorableDroppedSqlPool(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>) |
Initialisiert eine neue instance der RestorableDroppedSqlPool-Klasse. |
RestorableDroppedSqlPool()
Initialisiert eine neue instance der RestorableDroppedSqlPool-Klasse.
public RestorableDroppedSqlPool ();
Public Sub New ()
Gilt für:
RestorableDroppedSqlPool(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)
Initialisiert eine neue instance der RestorableDroppedSqlPool-Klasse.
public RestorableDroppedSqlPool (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.Synapse.Models.RestorableDroppedSqlPool : string * string * string * string * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.Synapse.Models.RestorableDroppedSqlPool
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)
Parameter
- id
- String
Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
Der Name der Ressource
- type
- String
Der Typ der Ressource. Z. B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts"
- location
- String
Der geografische Standort, an dem sich die Ressource befindet
- databaseName
- String
den Namen der Datenbank
- edition
- String
Die Edition der Datenbank
- maxSizeBytes
- String
Die maximale Größe der Datenbank in Bytes
- serviceLevelObjective
- String
Der Zielname des Servicelevels der Datenbank
- elasticPoolName
- String
Der Name des Pools für elastische Datenbanken der Datenbank
Das früheste Wiederherstellungsdatum der Datenbank (ISO8601-Format)
Gilt für:
Azure SDK for .NET