LongTermRetentionBackup 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
LongTermRetentionBackup() |
Initialisiert eine neue instance der LongTermRetentionBackup-Klasse. |
LongTermRetentionBackup(String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, String) |
Initialisiert eine neue instance der LongTermRetentionBackup-Klasse. |
LongTermRetentionBackup()
Initialisiert eine neue instance der LongTermRetentionBackup-Klasse.
public LongTermRetentionBackup ();
Public Sub New ()
Gilt für:
LongTermRetentionBackup(String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, String)
Initialisiert eine neue instance der LongTermRetentionBackup-Klasse.
public LongTermRetentionBackup (string id = default, string name = default, string type = default, string serverName = default, DateTime? serverCreateTime = default, string databaseName = default, DateTime? databaseDeletionTime = default, DateTime? backupTime = default, DateTime? backupExpirationTime = default, string backupStorageRedundancy = default, string requestedBackupStorageRedundancy = default);
new Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackup : string * string * string * string * Nullable<DateTime> * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackup
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional serverName As String = Nothing, Optional serverCreateTime As Nullable(Of DateTime) = Nothing, Optional databaseName As String = Nothing, Optional databaseDeletionTime As Nullable(Of DateTime) = Nothing, Optional backupTime As Nullable(Of DateTime) = Nothing, Optional backupExpirationTime As Nullable(Of DateTime) = Nothing, Optional backupStorageRedundancy As String = Nothing, Optional requestedBackupStorageRedundancy As String = Nothing)
Parameter
- id
- String
Ressourcen-ID
- name
- String
Name der Ressource.
- type
- String
Der Ressourcentyp.
- serverName
- String
Der Servername, zu dem die Sicherungsdatenbank gehört.
- databaseName
- String
Der Name der Datenbank, zu der die Sicherung gehört
Der Zeitpunkt, zu dem die Sicherung der langfristigen Aufbewahrung abläuft.
- backupStorageRedundancy
- String
Der Speicherredundanztyp der Sicherung. Mögliche Werte: "Geo", "Local", "Zone", "GeoZone"
- requestedBackupStorageRedundancy
- String
Der Speicherredundanztyp der Sicherung. Mögliche Werte: "Geo", "Local", "Zone", "GeoZone"
Gilt für:
Azure SDK for .NET