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