BackupSchedule.KeepAtLeastOneBackup Property
Optional. Retention policy deletes backups after predefined number of days. If this is true, there will be always at least one backup left. regardless of the policy. If false, all backups can be deleted.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public bool KeepAtLeastOneBackup { get; set; }
public:
property bool KeepAtLeastOneBackup {
bool get();
void set(bool value);
}
member KeepAtLeastOneBackup : bool with get, set
Public Property KeepAtLeastOneBackup As Boolean
Property Value
Type: System.Boolean
See Also
BackupSchedule Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top