BackupShortTermRetentionPolicy Class

Definition

A short term retention policy.

[Microsoft.Rest.Serialization.JsonTransformation]
public class BackupShortTermRetentionPolicy : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BackupShortTermRetentionPolicy = class
    inherit ProxyResource
Public Class BackupShortTermRetentionPolicy
Inherits ProxyResource
Inheritance
BackupShortTermRetentionPolicy
Attributes

Constructors

BackupShortTermRetentionPolicy()

Initializes a new instance of the BackupShortTermRetentionPolicy class.

BackupShortTermRetentionPolicy(String, String, String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the BackupShortTermRetentionPolicy class.

Properties

DiffBackupIntervalInHours

Gets or sets the differential backup interval in hours. This is how many interval hours between each differential backup will be supported. This is only applicable to live databases but not dropped databases.

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