次の方法で共有


IMigrationOperations.StartMigrationPlanAsync メソッド

定義

移行計画の開始 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

キャンセル トークン。

戻り値

移行ジョブの状態の応答モデル。

適用対象