ManagedBackupShortTermRetentionPolicy Class
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.
A short term retention policy.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagedBackupShortTermRetentionPolicy : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedBackupShortTermRetentionPolicy = class
inherit ProxyResource
Public Class ManagedBackupShortTermRetentionPolicy
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
ManagedBackupShortTermRetentionPolicy() |
Initializes a new instance of the ManagedBackupShortTermRetentionPolicy class. |
ManagedBackupShortTermRetentionPolicy(String, String, String, Nullable<Int32>) |
Initializes a new instance of the ManagedBackupShortTermRetentionPolicy class. |
Properties
Id |
Gets resource ID. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
RetentionDays |
Gets or sets the backup retention period in days. This is how many days Point-in-Time Restore will be supported. |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET