次の方法で共有


DataBoxCustomerDiskCopyProgress コンストラクター

定義

オーバーロード

DataBoxCustomerDiskCopyProgress()

DataBoxCustomerDiskCopyProgress クラスの新しいインスタンスを初期化します。

DataBoxCustomerDiskCopyProgress(String, Nullable<TransferType>, Nullable<DataAccountType>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, String, String)

DataBoxCustomerDiskCopyProgress クラスの新しいインスタンスを初期化します。

DataBoxCustomerDiskCopyProgress()

DataBoxCustomerDiskCopyProgress クラスの新しいインスタンスを初期化します。

public DataBoxCustomerDiskCopyProgress ();
Public Sub New ()

適用対象

DataBoxCustomerDiskCopyProgress(String, Nullable<TransferType>, Nullable<DataAccountType>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, String, String)

DataBoxCustomerDiskCopyProgress クラスの新しいインスタンスを初期化します。

public DataBoxCustomerDiskCopyProgress (string storageAccountName = default, Microsoft.Azure.Management.DataBox.Models.TransferType? transferType = default, Microsoft.Azure.Management.DataBox.Models.DataAccountType? dataAccountType = default, string accountId = default, long? bytesProcessed = default, long? totalBytesToProcess = default, long? filesProcessed = default, long? totalFilesToProcess = default, long? invalidFilesProcessed = default, long? invalidFileBytesUploaded = default, long? renamedContainerCount = default, long? filesErroredOut = default, long? directoriesErroredOut = default, long? invalidDirectoriesProcessed = default, bool? isEnumerationInProgress = default, string serialNumber = default, string copyStatus = default);
new Microsoft.Azure.Management.DataBox.Models.DataBoxCustomerDiskCopyProgress : string * Nullable<Microsoft.Azure.Management.DataBox.Models.TransferType> * Nullable<Microsoft.Azure.Management.DataBox.Models.DataAccountType> * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<bool> * string * string -> Microsoft.Azure.Management.DataBox.Models.DataBoxCustomerDiskCopyProgress
Public Sub New (Optional storageAccountName As String = Nothing, Optional transferType As Nullable(Of TransferType) = Nothing, Optional dataAccountType As Nullable(Of DataAccountType) = Nothing, Optional accountId As String = Nothing, Optional bytesProcessed As Nullable(Of Long) = Nothing, Optional totalBytesToProcess As Nullable(Of Long) = Nothing, Optional filesProcessed As Nullable(Of Long) = Nothing, Optional totalFilesToProcess As Nullable(Of Long) = Nothing, Optional invalidFilesProcessed As Nullable(Of Long) = Nothing, Optional invalidFileBytesUploaded As Nullable(Of Long) = Nothing, Optional renamedContainerCount As Nullable(Of Long) = Nothing, Optional filesErroredOut As Nullable(Of Long) = Nothing, Optional directoriesErroredOut As Nullable(Of Long) = Nothing, Optional invalidDirectoriesProcessed As Nullable(Of Long) = Nothing, Optional isEnumerationInProgress As Nullable(Of Boolean) = Nothing, Optional serialNumber As String = Nothing, Optional copyStatus As String = Nothing)

パラメーター

storageAccountName
String

ストレージ アカウントの名前。 これは、ストレージ アカウント以外のデータ アカウントの種類では空になります。

transferType
Nullable<TransferType>

データの転送の種類。 指定できる値は、'ImportToAzure'、'ExportFromAzure' です。

dataAccountType
Nullable<DataAccountType>

データ アカウントの種類。 使用可能な値は、'StorageAccount'、'ManagedDisk' です。

accountId
String

データをアップロードする必要があるアカウントの ID。

bytesProcessed
Nullable<Int64>

転送されたバイト数を示す。

totalBytesToProcess
Nullable<Int64>

ジョブによって処理されるデータの合計量。

filesProcessed
Nullable<Int64>

処理されたファイルの数

totalFilesToProcess
Nullable<Int64>

処理するファイルの合計

invalidFilesProcessed
Nullable<Int64>

自動名前変更によって処理された Azure の名前付け規則に準拠していないファイルの数

invalidFileBytesUploaded
Nullable<Int64>

自動名前変更によって処理された Azure の名前付け規則に準拠していないデータの合計量

renamedContainerCount
Nullable<Int64>

自動名前変更によって処理された Azure の名前付け規則に準拠していないフォルダーの数

filesErroredOut
Nullable<Int64>

コピーできなかったファイルの数

directoriesErroredOut
Nullable<Int64>

ジョブでエラーが発生したディレクトリを示す。

invalidDirectoriesProcessed
Nullable<Int64>

ディレクトリの名前が変更されたことを示すには

isEnumerationInProgress
Nullable<Boolean>

データの列挙が進行中かどうかを示す。 これが true になるまでは、TotalBytesToProcess が有効でない可能性があります。

serialNumber
String

ディスクシリアル番号。

copyStatus
String

コピーの状態。 指定できる値は、'NotStarted'、'InProgress'、'Completed'、、 'CompletedWithErrors'、'Failed'、'NotReturned'、'HardwareError'、'DeviceFormatted'、'DeviceMetadataModified'、'StorageAccountNotAccessible'、'UnsupportedData'、'DriveNotReceived'、'UnsupportedDrive'、'OtherServiceError'、'OtherUserError'、'DriveNotDetected'、'DriveCorrupted'、'MetadataFilesModifiedOrRemoved'

適用対象