WebAppBackupStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Backup status.
public enum WebAppBackupStatus
type WebAppBackupStatus =
Public Enum WebAppBackupStatus
- Inheritance
-
WebAppBackupStatus
Fields
Name | Value | Description |
---|---|---|
InProgress | 0 | InProgress. |
Failed | 1 | Failed. |
Succeeded | 2 | Succeeded. |
TimedOut | 3 | TimedOut. |
Created | 4 | Created. |
Skipped | 5 | Skipped. |
PartiallySucceeded | 6 | PartiallySucceeded. |
DeleteInProgress | 7 | DeleteInProgress. |
DeleteFailed | 8 | DeleteFailed. |
Deleted | 9 | Deleted. |