ManagedInstanceLongTermRetentionPolicy Constructors

Definition

Overloads

ManagedInstanceLongTermRetentionPolicy()

Initializes a new instance of the ManagedInstanceLongTermRetentionPolicy class.

ManagedInstanceLongTermRetentionPolicy(String, String, String, String, String, String, Nullable<Int32>)

Initializes a new instance of the ManagedInstanceLongTermRetentionPolicy class.

ManagedInstanceLongTermRetentionPolicy()

Initializes a new instance of the ManagedInstanceLongTermRetentionPolicy class.

public ManagedInstanceLongTermRetentionPolicy ();
Public Sub New ()

Applies to

ManagedInstanceLongTermRetentionPolicy(String, String, String, String, String, String, Nullable<Int32>)

Initializes a new instance of the ManagedInstanceLongTermRetentionPolicy class.

public ManagedInstanceLongTermRetentionPolicy (string id = default, string name = default, string type = default, string weeklyRetention = default, string monthlyRetention = default, string yearlyRetention = default, int? weekOfYear = default);
new Microsoft.Azure.Management.Sql.Models.ManagedInstanceLongTermRetentionPolicy : string * string * string * string * string * string * Nullable<int> -> Microsoft.Azure.Management.Sql.Models.ManagedInstanceLongTermRetentionPolicy
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional weeklyRetention As String = Nothing, Optional monthlyRetention As String = Nothing, Optional yearlyRetention As String = Nothing, Optional weekOfYear As Nullable(Of Integer) = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

weeklyRetention
String

The weekly retention policy for an LTR backup in an ISO 8601 format.

monthlyRetention
String

The monthly retention policy for an LTR backup in an ISO 8601 format.

yearlyRetention
String

The yearly retention policy for an LTR backup in an ISO 8601 format.

weekOfYear
Nullable<Int32>

The week of year to take the yearly backup in an ISO 8601 format.

Applies to