Share via


AutoBackupSettings.RetentionPeriod Property

Definition

Gets or sets retention period of backup: 1-30 days.

[Newtonsoft.Json.JsonProperty(PropertyName="retentionPeriod")]
public int? RetentionPeriod { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="retentionPeriod")>]
member this.RetentionPeriod : Nullable<int> with get, set
Public Property RetentionPeriod As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to