cross_region_restore
Creates, updates, deletes, gets or lists a cross_region_restore resource.
Overview
| Name | cross_region_restore |
| Type | Resource |
| Id | azure.recovery_services_backup_passive_stamp.cross_region_restore |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
trigger | exec | azure_region, subscription_id | Restores the specified backed up data in a different region as compared to where the data is backed up. Restores the specified backed up data in a different region as compared to where the data is backed up. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
azure_region | string | Azure region to hit Api. Required. |
subscription_id | string |
Lifecycle Methods
- trigger
Restores the specified backed up data in a different region as compared to where the data is backed up. Restores the specified backed up data in a different region as compared to where the data is backed up.
EXEC azure.recovery_services_backup_passive_stamp.cross_region_restore.trigger
@azure_region='{{ azure_region }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"crossRegionRestoreAccessDetails": "{{ crossRegionRestoreAccessDetails }}",
"restoreRequest": "{{ restoreRequest }}"
}'
;