IMigrationOperations.StartMigrationPlanAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
移行計画の開始 rest API の Hydra 仕様 Rest API は、指定された構成内のすべての/特定のボリューム コンテナーの移行によってかかった時間の見積もりを開始します
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationJobStatus> StartMigrationPlanAsync (Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStartRequest startPlanRequest, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders, System.Threading.CancellationToken cancellationToken);
abstract member StartMigrationPlanAsync : Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStartRequest * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationJobStatus>
Public Function StartMigrationPlanAsync (startPlanRequest As MigrationPlanStartRequest, customRequestHeaders As CustomRequestHeaders, cancellationToken As CancellationToken) As Task(Of MigrationJobStatus)
パラメーター
- startPlanRequest
- MigrationPlanStartRequest
移行計画要求モデルを開始します。 オブジェクトは、移行 ETA を計算する必要があるボリューム コンテナーの一覧を渡します
- customRequestHeaders
- CustomRequestHeaders
クライアントで使用する必要があるカスタム要求ヘッダー。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
移行ジョブの状態の応答モデル。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET