MigrationOperationsExtensions.StartMigrationPlan Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Hydra spec for start migration plan rest APIThe rest api starts the estimation of time taken by migration for all/specific volume container(s) in the given config
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
Parameters
- operations
- IMigrationOperations
Reference to the Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
- startPlanRequest
- MigrationPlanStartRequest
Required. Start migration plan request model. The object passes the list of volume container(s) whose migration ETA needs to calculated
- customRequestHeaders
- CustomRequestHeaders
Required. The Custom Request Headers which client must use.
Returns
The response model for migration job status.
Applies to
Azure SDK for .NET