
Plan Launch Options
If you want to run a failover plan and the mode parameter has value "FailoverNow", then the /FailoverPlans/{id} resource must have the following specific parameters:
Parameter | Type | Description |
---|---|---|
restorePointRule | Defines the restore point to be used to restore VM replicas. | |
executeChainedPlans | boolean | Defines whether to run other failover plans scheduled in chain after the plan. |
The /FailoverPlans/{id} resource must have the following specific parameters:
Parameter | Type | Description |
---|---|---|
date | string | Uses the restore point created at the specific date. For more information on setting the DateTime value, see this Microsoft KB article. |
mode | string | Uses the restore point created just before (NearestBefore) or right after (NearestAfter) the specific date. |