ManagedBackupShortTermRetentionPolicyInner 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
ManagedBackupShortTermRetentionPolicyInner() |
Initializes a new instance of the ManagedBackupShortTermRetentionPolicyInner class. |
ManagedBackupShortTermRetentionPolicyInner(String, String, String, Nullable<Int32>) |
Initializes a new instance of the ManagedBackupShortTermRetentionPolicyInner class. |
ManagedBackupShortTermRetentionPolicyInner()
Initializes a new instance of the ManagedBackupShortTermRetentionPolicyInner class.
public ManagedBackupShortTermRetentionPolicyInner ();
Public Sub New ()
Applies to
ManagedBackupShortTermRetentionPolicyInner(String, String, String, Nullable<Int32>)
Initializes a new instance of the ManagedBackupShortTermRetentionPolicyInner class.
public ManagedBackupShortTermRetentionPolicyInner (string id = default, string name = default, string type = default, int? retentionDays = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.ManagedBackupShortTermRetentionPolicyInner : string * string * string * Nullable<int> -> Microsoft.Azure.Management.Sql.Fluent.Models.ManagedBackupShortTermRetentionPolicyInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional retentionDays As Nullable(Of Integer) = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
The backup retention period in days. This is how many days Point-in-Time Restore will be supported.
Applies to
Azure SDK for .NET