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.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)
Parameters
- geoRedundantBackup
- String
Whether or not geo redundant backup is enabled. Possible values include: 'Enabled', 'Disabled'
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET