BackupSchedule Members
Defines a backup schedule for a website.
The following tables list the members exposed by the BackupSchedule type.
Public Constructors
Name | Description | |
---|---|---|
BackupSchedule | Initializes a new instance of the BackupSchedule class. |
Top
Public Properties
Name | Description | |
---|---|---|
FrequencyInterval | Optional. The frequency of backups. | |
FrequencyUnit | Optional. Units for FrequencyInterval - e.g. Day or Hour | |
KeepAtLeastOneBackup | 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. | |
LastExecutionTime | Optional. The last time when this schedule started a backup, Null if didn't start anything yet. | |
RetentionPeriodInDays | Optional. Backups older N days (N defined by this value) will be automatically deleted. | |
StartTime | Optional. When this schedule should start backing up the site. Null means immediately. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
BackupSchedule Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace