IBackupSchedule.KeepAtLeastOneBackup Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=true, SerializedName="keepAtLeastOneBackup", Update=true)]
public bool KeepAtLeastOneBackup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=true, SerializedName="keepAtLeastOneBackup", Update=true)>]
member this.KeepAtLeastOneBackup : bool with get, set
Public Property KeepAtLeastOneBackup As Boolean

Property Value

Attributes

Applies to