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