ICrossRegionRestoreOperations Interface
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.
CrossRegionRestoreOperations operations.
public interface ICrossRegionRestoreOperations
type ICrossRegionRestoreOperations = interface
Public Interface ICrossRegionRestoreOperations
Methods
BeginTriggerWithHttpMessagesAsync(String, CrossRegionRestoreRequest, Dictionary<String,List<String>>, CancellationToken) |
Restores the specified backed up data in a different region as compared to where the data is backed up. |
TriggerWithHttpMessagesAsync(String, CrossRegionRestoreRequest, Dictionary<String,List<String>>, CancellationToken) |
Restores the specified backed up data in a different region as compared to where the data is backed up. |
Extension Methods
BeginTrigger(ICrossRegionRestoreOperations, String, CrossRegionRestoreRequest) |
Restores the specified backed up data in a different region as compared to where the data is backed up. |
BeginTriggerAsync(ICrossRegionRestoreOperations, String, CrossRegionRestoreRequest, CancellationToken) |
Restores the specified backed up data in a different region as compared to where the data is backed up. |
Trigger(ICrossRegionRestoreOperations, String, CrossRegionRestoreRequest) |
Restores the specified backed up data in a different region as compared to where the data is backed up. |
TriggerAsync(ICrossRegionRestoreOperations, String, CrossRegionRestoreRequest, CancellationToken) |
Restores the specified backed up data in a different region as compared to where the data is backed up. |