BackupRequest Class
A specific backup.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
| Name | Description | |
|---|---|---|
![]() | BackupRequest() | Initializes a new instance of the BackupRequest class. |
| Name | Description | |
|---|---|---|
![]() | BackupSchedule | Optional. The backup schedule structure - valid only when setting up a schedule. Should be Null for on-demand backups. |
![]() | Databases | Optional. Database settings for backup. |
![]() | 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). |
![]() | Name | Optional. The name of this backup - will be used for generating a blob name. |
![]() | StorageAccountUrl |
| 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.


