CopyStatus 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.
Defines values for CopyStatus.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum CopyStatus
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type CopyStatus =
Public Enum CopyStatus
- Inheritance
-
System.EnumCopyStatus
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Completed | 2 | Data copy completed. |
CompletedWithErrors | 3 | Data copy completed with errors. |
DeviceFormatted | 7 | Data copy failed. The Device was formatted by user. |
DeviceMetadataModified | 8 | Data copy failed. Device metadata was modified by user. |
Failed | 4 | Data copy failed. No data was copied. |
HardwareError | 6 | The Device has hit hardware issues. |
InProgress | 1 | Data copy is in progress. |
NotReturned | 5 | No copy triggered as device was not returned. |
NotStarted | 0 | Data copy hasn't started yet. |
StorageAccountNotAccessible | 9 | Data copy failed. Storage Account was not accessible during copy. |
UnsupportedData | 10 | Data copy failed. The Device data content is not supported. |