ArmDataMigrationModelFactory.CopyProgressDetails メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CopyProgressDetails の新しいインスタンスを初期化します。
public static Azure.ResourceManager.DataMigration.Models.CopyProgressDetails CopyProgressDetails (string tableName = default, string status = default, string parallelCopyType = default, int? usedParallelCopies = default, long? dataRead = default, long? dataWritten = default, long? rowsRead = default, long? rowsCopied = default, DateTimeOffset? copyStart = default, double? copyThroughput = default, int? copyDuration = default);
static member CopyProgressDetails : string * string * string * Nullable<int> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<DateTimeOffset> * Nullable<double> * Nullable<int> -> Azure.ResourceManager.DataMigration.Models.CopyProgressDetails
Public Shared Function CopyProgressDetails (Optional tableName As String = Nothing, Optional status As String = Nothing, Optional parallelCopyType As String = Nothing, Optional usedParallelCopies As Nullable(Of Integer) = Nothing, Optional dataRead As Nullable(Of Long) = Nothing, Optional dataWritten As Nullable(Of Long) = Nothing, Optional rowsRead As Nullable(Of Long) = Nothing, Optional rowsCopied As Nullable(Of Long) = Nothing, Optional copyStart As Nullable(Of DateTimeOffset) = Nothing, Optional copyThroughput As Nullable(Of Double) = Nothing, Optional copyDuration As Nullable(Of Integer) = Nothing) As CopyProgressDetails
パラメーター
- tableName
- String
テーブル名。
- status
- String
Copy アクティビティの状態 (InProgress、Succeeded、Failed、Canceled)。
- parallelCopyType
- String
並列コピーの種類 (動的範囲、物理パーティション、なし)。
- copyStart
- Nullable<DateTimeOffset>
[開始] をコピーします。
戻り値
モック作成用の新しい CopyProgressDetails インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET