BackupShortTermRetentionPolicyInner Class

Definition

A short term retention policy.

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

Constructors

BackupShortTermRetentionPolicyInner()

Initializes a new instance of the BackupShortTermRetentionPolicyInner class.

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

Initializes a new instance of the BackupShortTermRetentionPolicyInner class.

Properties

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
RetentionDays

Gets or sets the backup retention period in days. This is how many days Point-in-Time Restore will be supported.

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to