FailoverRequestProperties interface
Additional properties for Failover.
Properties
| execution |
Execution configurations for the recovery action. |
| selected |
Selected recovery resource Ids to be processed. If not provided, all qualified resources based on the source location(s) will be processed. |
| source |
Source locations from where resources to be failed-over. |
Property Details
executionConfigurations
Execution configurations for the recovery action.
executionConfigurations?: ExecutionConfigurations
Property Value
selectedResourceIds
Selected recovery resource Ids to be processed. If not provided, all qualified resources based on the source location(s) will be processed.
selectedResourceIds?: string[]
Property Value
string[]
sourceLocations
Source locations from where resources to be failed-over.
sourceLocations: string[]
Property Value
string[]