MockableDataProtectionBackupResourceGroupResource.TriggerCrossRegionRestoreBackupInstanceAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Triggers Cross Region Restore for BackupInstance.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/locations/{location}/crossRegionRestore
- Operation Id: BackupInstances_TriggerCrossRegionRestore
- Default Api Version: 2024-04-01
- Resource: DataProtectionBackupInstanceResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionOperationJobExtendedInfo>> TriggerCrossRegionRestoreBackupInstanceAsync (Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.DataProtectionBackup.Models.CrossRegionRestoreRequestObject crossRegionRestoreRequestObject, System.Threading.CancellationToken cancellationToken = default);
abstract member TriggerCrossRegionRestoreBackupInstanceAsync : Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.DataProtectionBackup.Models.CrossRegionRestoreRequestObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionOperationJobExtendedInfo>>
override this.TriggerCrossRegionRestoreBackupInstanceAsync : Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.DataProtectionBackup.Models.CrossRegionRestoreRequestObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionOperationJobExtendedInfo>>
Public Overridable Function TriggerCrossRegionRestoreBackupInstanceAsync (waitUntil As WaitUntil, location As AzureLocation, crossRegionRestoreRequestObject As CrossRegionRestoreRequestObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of DataProtectionOperationJobExtendedInfo))
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
- location
- AzureLocation
The name of the Azure region.
- crossRegionRestoreRequestObject
- CrossRegionRestoreRequestObject
Request body for trigger CRR operation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
crossRegionRestoreRequestObject
is null.
Applies to
Azure SDK for .NET