DataBoxDiskCopyProgress コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
ディスクのシリアル番号
- status
- String
コピーの状態。 指定できる値は、'NotStarted'、'InProgress'、'Completed'、、 'CompletedWithErrors'、'Failed'、'NotReturned'、'HardwareError'、'DeviceFormatted'、'DeviceMetadataModified'、'StorageAccountNotAccessible'、'UnsupportedData'、'DriveNotReceived'、'UnsupportedDrive'、'OtherServiceError'、'OtherUserError'、'DriveNotDetected'、'DriveCorrupted'、'MetadataFilesModifiedOrRemoved'
適用対象
Azure SDK for .NET