BackupRequest Class

 

A specific backup.

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

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

type BackupRequest = class end

NameDescription
System_CAPS_pubmethodBackupRequest()

Initializes a new instance of the BackupRequest class.

NameDescription
System_CAPS_pubpropertyBackupSchedule

Optional. The backup schedule structure - valid only when setting up a schedule. Should be Null for on-demand backups.

System_CAPS_pubpropertyDatabases

Optional. Database settings for backup.

System_CAPS_pubpropertyEnabled

Optional. Valid only for a backup schedule (can be Null for on-demand backups). True if enabled; false if disabled (no backups will be performed).

System_CAPS_pubpropertyName

Optional. The name of this backup - will be used for generating a blob name.

System_CAPS_pubpropertyStorageAccountUrl

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: