ManagedInstanceLongTermRetentionBackup 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
ManagedInstanceLongTermRetentionBackup() |
Initializes a new instance of the ManagedInstanceLongTermRetentionBackup class. |
ManagedInstanceLongTermRetentionBackup(String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the ManagedInstanceLongTermRetentionBackup class. |
ManagedInstanceLongTermRetentionBackup()
Initializes a new instance of the ManagedInstanceLongTermRetentionBackup class.
public ManagedInstanceLongTermRetentionBackup ();
Public Sub New ()
Applies to
ManagedInstanceLongTermRetentionBackup(String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String)
Initializes a new instance of the ManagedInstanceLongTermRetentionBackup class.
public ManagedInstanceLongTermRetentionBackup (string id = default, string name = default, string type = default, string managedInstanceName = default, DateTime? managedInstanceCreateTime = default, string databaseName = default, DateTime? databaseDeletionTime = default, DateTime? backupTime = default, DateTime? backupExpirationTime = default, string backupStorageRedundancy = default);
new Microsoft.Azure.Management.Sql.Models.ManagedInstanceLongTermRetentionBackup : string * string * string * string * Nullable<DateTime> * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.Sql.Models.ManagedInstanceLongTermRetentionBackup
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional managedInstanceName As String = Nothing, Optional managedInstanceCreateTime 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)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- managedInstanceName
- String
The managed instance that the backup database belongs to.
- databaseName
- String
The name of the database the backup belong to
- backupStorageRedundancy
- String
The storage redundancy type of the backup. Possible values include: 'Geo', 'Local', 'Zone', 'GeoZone'
Applies to
Azure SDK for .NET