Share via


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

Property Value

Attributes

Applies to