DataBoxDiskCopyProgress Constructors
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.
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
- 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
Azure SDK for .NET