Backup 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
Backup() |
Initialise une nouvelle instance de la classe Backup. |
Backup(Nullable<Int32>, String, Nullable<DateTime>) |
Initialise une nouvelle instance de la classe Backup. |
Backup()
Initialise une nouvelle instance de la classe Backup.
public Backup();
Public Sub New ()
S’applique à
Backup(Nullable<Int32>, String, Nullable<DateTime>)
Initialise une nouvelle instance de la classe Backup.
public Backup(int? backupRetentionDays = default, string geoRedundantBackup = default, DateTime? earliestRestoreDate = default);
new Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Backup : Nullable<int> * string * Nullable<DateTime> -> Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Backup
Public Sub New (Optional backupRetentionDays As Nullable(Of Integer) = Nothing, Optional geoRedundantBackup As String = Nothing, Optional earliestRestoreDate As Nullable(Of DateTime) = Nothing)
Paramètres
- geoRedundantBackup
- String
Indique si la sauvegarde géoredondante est activée ou non. Les valeurs possibles sont les suivantes : « Enabled », « Disabled »
Heure de création du point de restauration la plus ancienne (format ISO8601)
S’applique à
Azure SDK for .NET