Share via


BackupSchedule.KeepAtLeastOneBackup Property

Definition

Gets or sets true if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.

[Newtonsoft.Json.JsonProperty(PropertyName="keepAtLeastOneBackup")]
public bool KeepAtLeastOneBackup { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keepAtLeastOneBackup")>]
member this.KeepAtLeastOneBackup : bool with get, set
Public Property KeepAtLeastOneBackup As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to