
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 a restore point to be used to restore VM replicas. | |
executeChainedPlans | boolean | Defines whether VAO will run other plans scheduled in chain after the currently processed plan. |
If you want to run a failover plan and the mode parameter has value "Failback", then the /FailoverPlans/{id} resource must have the following specific parameters:
Parameter | Type | Description |
---|---|---|
recoveryLocationId | string | Defines a recovery location to be used to perform the failback operation. |
failbackRestoreVMTags | boolean | Defines whether tags of the original VMs will be assigned to the restored VMs. |
The /FailoverPlans/{id} resource must have the following specific parameters:
Parameter | Type | Description |
---|---|---|
date | string | Specifies a date to be used to locate a restore point. For more information on how to set the DateTime value, see this Microsoft KB article. |