IBackupRequestProperties.BackupScheduleKeepAtLeastOneBackup 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.Websites.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=false, SerializedName="keepAtLeastOneBackup", Update=true)]
public bool? BackupScheduleKeepAtLeastOneBackup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.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=false, SerializedName="keepAtLeastOneBackup", Update=true)>]
member this.BackupScheduleKeepAtLeastOneBackup : Nullable<bool> with get, set
Public Property BackupScheduleKeepAtLeastOneBackup As Nullable(Of Boolean)

Property Value

Attributes

Applies to