Share via


DataBoxDiskCopyProgress Constructors

Definition

Overloads

DataBoxDiskCopyProgress()

Initializes a new instance of the DataBoxDiskCopyProgress class.

DataBoxDiskCopyProgress(String, Nullable<Int64>, Nullable<Int32>, String)

Initializes a new instance of the DataBoxDiskCopyProgress class.

DataBoxDiskCopyProgress()

Initializes a new instance of the DataBoxDiskCopyProgress class.

public DataBoxDiskCopyProgress ();
Public Sub New ()

Applies to

DataBoxDiskCopyProgress(String, Nullable<Int64>, Nullable<Int32>, String)

Initializes a new instance of the DataBoxDiskCopyProgress class.

public DataBoxDiskCopyProgress (string serialNumber = default, long? bytesCopied = default, int? percentComplete = default, string status = default);
new Microsoft.Azure.Management.DataBox.Models.DataBoxDiskCopyProgress : string * Nullable<int64> * Nullable<int> * string -> Microsoft.Azure.Management.DataBox.Models.DataBoxDiskCopyProgress
Public Sub New (Optional serialNumber As String = Nothing, Optional bytesCopied As Nullable(Of Long) = Nothing, Optional percentComplete As Nullable(Of Integer) = Nothing, Optional status As String = Nothing)

Parameters

serialNumber
String

The serial number of the disk

bytesCopied
Nullable<Int64>

Bytes copied during the copy of disk.

percentComplete
Nullable<Int32>

Indicates the percentage completed for the copy of the disk.

status
String

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