BackupShortTermRetentionPolicyInner 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
BackupShortTermRetentionPolicyInner() |
Initializes a new instance of the BackupShortTermRetentionPolicyInner class. |
BackupShortTermRetentionPolicyInner(String, String, String, Nullable<Int32>) |
Initializes a new instance of the BackupShortTermRetentionPolicyInner class. |
BackupShortTermRetentionPolicyInner()
Initializes a new instance of the BackupShortTermRetentionPolicyInner class.
public BackupShortTermRetentionPolicyInner ();
Public Sub New ()
Applies to
BackupShortTermRetentionPolicyInner(String, String, String, Nullable<Int32>)
Initializes a new instance of the BackupShortTermRetentionPolicyInner class.
public BackupShortTermRetentionPolicyInner (string id = default, string name = default, string type = default, int? retentionDays = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.BackupShortTermRetentionPolicyInner : string * string * string * Nullable<int> -> Microsoft.Azure.Management.Sql.Fluent.Models.BackupShortTermRetentionPolicyInner
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.