Share via


BackupRequest.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)]
public bool? BackupScheduleKeepAtLeastOneBackup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)>]
member this.BackupScheduleKeepAtLeastOneBackup : Nullable<bool> with get, set
Public Property BackupScheduleKeepAtLeastOneBackup As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to