DataBoxCustomerDiskCopyProgress.CopyStatus Property
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.
Gets the Status of the copy. Possible values include: 'NotStarted', 'InProgress', 'Completed', 'CompletedWithErrors', 'Failed', 'NotReturned', 'HardwareError', 'DeviceFormatted', 'DeviceMetadataModified', 'StorageAccountNotAccessible', 'UnsupportedData', 'DriveNotReceived', 'UnsupportedDrive', 'OtherServiceError', 'OtherUserError', 'DriveNotDetected', 'DriveCorrupted', 'MetadataFilesModifiedOrRemoved'
[Newtonsoft.Json.JsonProperty(PropertyName="copyStatus")]
public string CopyStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="copyStatus")>]
member this.CopyStatus : string
Public ReadOnly Property CopyStatus As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET