BackupSchedule.RetentionPeriodInDays Property
Optional. Backups older N days (N defined by this value) will be automatically deleted.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public int RetentionPeriodInDays { get; set; }
public:
property int RetentionPeriodInDays {
int get();
void set(int value);
}
member RetentionPeriodInDays : int with get, set
Public Property RetentionPeriodInDays As Integer
Property Value
Type: System.Int32
See Also
BackupSchedule Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top