次の方法で共有


MigrationOperationsExtensions.StartMigrationPlanAsync メソッド

定義

移行計画の開始 rest API の Hydra 仕様 Rest API は、指定された構成内のすべての/特定のボリューム コンテナーの移行によってかかった時間の見積もりを開始します

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationJobStatus> StartMigrationPlanAsync(this Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations operations, Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStartRequest startPlanRequest, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member StartMigrationPlanAsync : Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations * Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStartRequest * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationJobStatus>
<Extension()>
Public Function StartMigrationPlanAsync (operations As IMigrationOperations, startPlanRequest As MigrationPlanStartRequest, customRequestHeaders As CustomRequestHeaders) As Task(Of MigrationJobStatus)

パラメーター

operations
IMigrationOperations

Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations への参照。

startPlanRequest
MigrationPlanStartRequest

必須。 移行計画要求モデルを開始します。 オブジェクトは、移行 ETA を計算する必要があるボリューム コンテナーの一覧を渡します

customRequestHeaders
CustomRequestHeaders

必須。 クライアントで使用する必要があるカスタム要求ヘッダー。

戻り値

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

適用対象