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)

public bool KeepAtLeastOneBackup { get; set; }

Property Value

Type: System.Boolean
Return to top
Show: