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