BackupSchedule Class
Defines a backup schedule for a website.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
| Name | Description | |
|---|---|---|
![]() | BackupSchedule() | Initializes a new instance of the BackupSchedule class. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)