DataBoxDiskCopyProgress Class
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.
DataBox Disk Copy Progress
public class DataBoxDiskCopyProgress
type DataBoxDiskCopyProgress = class
Public Class DataBoxDiskCopyProgress
- Inheritance
-
DataBoxDiskCopyProgress
Constructors
DataBoxDiskCopyProgress() |
Initializes a new instance of the DataBoxDiskCopyProgress class. |
DataBoxDiskCopyProgress(String, Nullable<Int64>, Nullable<Int32>, String) |
Initializes a new instance of the DataBoxDiskCopyProgress class. |
Properties
BytesCopied |
Gets bytes copied during the copy of disk. |
PercentComplete |
Gets indicates the percentage completed for the copy of the disk. |
SerialNumber |
Gets the serial number of the disk |
Status |
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' |
Applies to
Azure SDK for .NET