BackupRequest.BackupSchedule Property
Optional. The backup schedule structure - valid only when setting up a schedule. Should be Null for on-demand backups.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public BackupSchedule BackupSchedule { get; set; }
public:
property BackupSchedule^ BackupSchedule {
BackupSchedule^ get();
void set(BackupSchedule^ value);
}
member BackupSchedule : BackupSchedule with get, set
Public Property BackupSchedule As BackupSchedule
Property Value
Type: Microsoft.WindowsAzure.Management.WebSites.Models.BackupSchedule
See Also
BackupRequest Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top