Share via


WebSiteGetBackupConfigurationResponse.BackupSchedule Property

 

Optional. Schedule - defines how often should be the backup performed.

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

WebSiteGetBackupConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top