DataBoxCustomerDiskCopyProgress クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DataBox CustomerDisk コピーの進行状況
public class DataBoxCustomerDiskCopyProgress : Microsoft.Azure.Management.DataBox.Models.CopyProgress
type DataBoxCustomerDiskCopyProgress = class
inherit CopyProgress
Public Class DataBoxCustomerDiskCopyProgress
Inherits CopyProgress
- 継承
コンストラクター
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 クラスの新しいインスタンスを初期化します。 |
プロパティ
AccountId |
データをアップロードする必要があるアカウントの ID を取得します。 (継承元 CopyProgress) |
BytesProcessed |
転送されたバイト数を示す を取得します。 (継承元 CopyProgress) |
CopyStatus |
コピーの状態を取得します。 指定できる値は、'NotStarted'、'InProgress'、'Completed'、、 'CompletedWithErrors'、'Failed'、'NotReturned'、'HardwareError'、'DeviceFormatted'、'DeviceMetadataModified'、'StorageAccountNotAccessible'、'UnsupportedData'、'DriveNotReceived'、'UnsupportedDrive'、'OtherServiceError'、'OtherUserError'、'DriveNotDetected'、'DriveCorrupted'、'MetadataFilesModifiedOrRemoved' |
DataAccountType |
データ アカウントの種類を取得します。 使用可能な値は、'StorageAccount'、'ManagedDisk' です。 (継承元 CopyProgress) |
DirectoriesErroredOut |
ジョブでエラーが発生したディレクトリを示す を取得します。 (継承元 CopyProgress) |
FilesErroredOut |
コピーできなかったファイルの数を取得します (継承元 CopyProgress) |
FilesProcessed |
処理されたファイルの数を取得します (継承元 CopyProgress) |
InvalidDirectoriesProcessed |
ディレクトリの名前が変更されたことを示す を取得します (継承元 CopyProgress) |
InvalidFileBytesUploaded |
自動名前変更によって処理された Azure の名前付け規則に従っていないデータの合計量を取得します (継承元 CopyProgress) |
InvalidFilesProcessed |
自動名前変更によって処理された Azure の名前付け規則に準拠していないファイルの数を取得します (継承元 CopyProgress) |
IsEnumerationInProgress |
データの列挙が進行中かどうかを示す を取得します。 これが true になるまでは、TotalBytesToProcess が有効でない可能性があります。 (継承元 CopyProgress) |
RenamedContainerCount |
自動名前変更によって処理された Azure の名前付け規則に準拠していないフォルダーの数を取得します (継承元 CopyProgress) |
SerialNumber |
ディスクのシリアル番号を取得します。 |
StorageAccountName |
ストレージ アカウントの名前を取得します。 ストレージ アカウント以外のデータ アカウントの種類では、これは空になります。 (継承元 CopyProgress) |
TotalBytesToProcess |
ジョブによって処理されるデータの合計量を取得します。 (継承元 CopyProgress) |
TotalFilesToProcess |
処理するファイルの合計を取得します (継承元 CopyProgress) |
TransferType |
データの転送の種類を取得します。 使用できる値は、'ImportToAzure'、'ExportFromAzure' です。 (継承元 CopyProgress) |
適用対象
Azure SDK for .NET