BackupItemStatus 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.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum BackupItemStatus
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type BackupItemStatus =
Public Enum BackupItemStatus
- Inheritance
-
BackupItemStatus
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Created | 4 | |
Deleted | 9 | |
DeleteFailed | 8 | |
DeleteInProgress | 7 | |
Failed | 1 | |
InProgress | 0 | |
PartiallySucceeded | 6 | |
Skipped | 5 | |
Succeeded | 2 | |
TimedOut | 3 |