Skip to main content

cross_region_restore

Creates, updates, deletes, gets or lists a cross_region_restore resource.

Overview

Namecross_region_restore
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
triggerexecazure_region, subscription_idRestores 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.

NameDatatypeDescription
azure_regionstringAzure region to hit Api. Required.
subscription_idstring

Lifecycle Methods

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 }}"
}'
;