Backup Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Backup() |
Initializes a new instance of the Backup class. |
Backup(Nullable<Int32>, String, Nullable<DateTime>) |
Initializes a new instance of the Backup class. |
Backup()
Initializes a new instance of the Backup class.
public Backup();
Public Sub New ()
Applies to
Backup(Nullable<Int32>, String, Nullable<DateTime>)
Initializes a new instance of the Backup class.
public Backup(int? backupRetentionDays = default, string geoRedundantBackup = default, DateTime? earliestRestoreDate = default);
new Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Backup : Nullable<int> * string * Nullable<DateTime> -> Microsoft.Azure.Management.PostgreSQL.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)
Parameters
- geoRedundantBackup
- String
A value indicating whether Geo-Redundant backup is enabled on the server. Possible values include: 'Enabled', 'Disabled'
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET