次の方法で共有


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'

適用対象