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 | |
---|---|---|
BackupRequest() | Initializes a new instance of the BackupRequest class. |
Properties
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 |
Methods
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.) |
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