Share via


BackupSchedule Class

 

Defines a backup schedule for a website.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.WebSites.Models.BackupSchedule

Syntax

public class BackupSchedule
public ref class BackupSchedule 
type BackupSchedule = class end
Public Class BackupSchedule

Constructors

Name Description
System_CAPS_pubmethod BackupSchedule()

Initializes a new instance of the BackupSchedule class.

Properties

Name Description
System_CAPS_pubproperty FrequencyInterval

Optional. The frequency of backups.

System_CAPS_pubproperty FrequencyUnit

Optional. Units for FrequencyInterval - e.g. Day or Hour

System_CAPS_pubproperty 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.

System_CAPS_pubproperty LastExecutionTime

Optional. The last time when this schedule started a backup, Null if didn't start anything yet.

System_CAPS_pubproperty RetentionPeriodInDays

Optional. Backups older N days (N defined by this value) will be automatically deleted.

System_CAPS_pubproperty StartTime

Optional. When this schedule should start backing up the site. Null means immediately.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top