BackupItemStatus Enumeration
Backup status
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public enum BackupItemStatus
public enum class BackupItemStatus
type BackupItemStatus
Public Enumeration BackupItemStatus
Members
Member name | Description | |
---|---|---|
Created | Created, pending |
|
Failed | Failed |
|
InProgress | In progress |
|
PartiallySucceeded | Partially succeeded. Some file were not included in the backup due to locking conflicts |
|
Skipped | Skipped |
|
Succeeded | Succeeded |
|
TimedOut | Timed out |
See Also
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top