你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataBoxDiskCopyProgress 构造函数

定义

重载

DataBoxDiskCopyProgress()

初始化 DataBoxDiskCopyProgress 类的新实例。

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

初始化 DataBoxDiskCopyProgress 类的新实例。

DataBoxDiskCopyProgress()

初始化 DataBoxDiskCopyProgress 类的新实例。

public DataBoxDiskCopyProgress ();
Public Sub New ()

适用于

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

初始化 DataBoxDiskCopyProgress 类的新实例。

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)

参数

serialNumber
String

磁盘的序列号

bytesCopied
Nullable<Int64>

复制磁盘期间复制的字节数。

percentComplete
Nullable<Int32>

指示磁盘副本的完成百分比。

status
String

副本的状态。 可能的值包括:“NotStarted”、“InProgress”、“Completed”、“CompletedWithErrors”、“Failed”、 “NotReturned”、“HardwareError”、“DeviceFormatted”、“DeviceMetadataModified”、“StorageAccountNotAccessible”、“UnsupportedData”、“DriveNotReceived”、“UnsupportedDrive”、“OtherServiceError”、“OtherUserError”、“DriveNotDetected”、“DriveCorrupted”、“MetadataFilesModifiedOrRemoved”

适用于