Class ManagedBackupShortTermRetentionPolicy
A short term retention policy.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Sql.dll
Syntax
[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagedBackupShortTermRetentionPolicy : Microsoft.Azure.Management.Sql.Models.ProxyResource
Constructors
ManagedBackupShortTermRetentionPolicy()
Initializes a new instance of the ManagedBackupShortTermRetentionPolicy class.
Declaration
public ManagedBackupShortTermRetentionPolicy ();
ManagedBackupShortTermRetentionPolicy(String, String, String, Nullable<Int32>)
Initializes a new instance of the ManagedBackupShortTermRetentionPolicy class.
Declaration
public ManagedBackupShortTermRetentionPolicy (string id = null, string name = null, string type = null, Nullable<int> retentionDays = null);
Parameters
String
id
Resource ID. |
String
name
Resource name. |
String
type
Resource type. |
Nullable<Int32>
retentionDays
The backup retention period in days. This is how many days Point-in-Time Restore will be supported. |