Share via


ManagedInstanceLongTermRetentionBackup Constructors

Definition

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.

managedInstanceCreateTime
Nullable<DateTime>

The create time of the instance.

databaseName
String

The name of the database the backup belong to

databaseDeletionTime
Nullable<DateTime>

The delete time of the database

backupTime
Nullable<DateTime>

The time the backup was taken

backupExpirationTime
Nullable<DateTime>

The time the long term retention backup will expire.

backupStorageRedundancy
String

The storage redundancy type of the backup. Possible values include: 'Geo', 'Local', 'Zone', 'GeoZone'

Applies to