Share via


BackupRequest Class

 

A specific backup.

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

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod BackupRequest()

Initializes a new instance of the BackupRequest class.

Properties

Name Description
System_CAPS_pubproperty BackupSchedule

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

System_CAPS_pubproperty Databases

Optional. Database settings for backup.

System_CAPS_pubproperty Enabled

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_pubproperty Name

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

System_CAPS_pubproperty StorageAccountUrl

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