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)

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

Public Class BackupSchedule

NameDescription
System_CAPS_pubmethodBackupSchedule()

Initializes a new instance of the BackupSchedule class.

NameDescription
System_CAPS_pubpropertyFrequencyInterval

Optional. The frequency of backups.

System_CAPS_pubpropertyFrequencyUnit

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

System_CAPS_pubpropertyKeepAtLeastOneBackup

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_pubpropertyLastExecutionTime

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

System_CAPS_pubpropertyRetentionPeriodInDays

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

System_CAPS_pubpropertyStartTime

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top
Show: