IRestoresOperations 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.
RestoresOperations operations.
public interface IRestoresOperations
type IRestoresOperations = interface
Public Interface IRestoresOperations
Methods
BeginTriggerWithHttpMessagesAsync(String, String, String, String, String, String, RestoreRequestResource, Dictionary<String,List<String>>, CancellationToken) |
Restores the specified backed up data. This is an asynchronous operation. To know the status of this API call, use GetProtectedItemOperationResult API. |
TriggerWithHttpMessagesAsync(String, String, String, String, String, String, RestoreRequestResource, Dictionary<String,List<String>>, CancellationToken) |
Restores the specified backed up data. This is an asynchronous operation. To know the status of this API call, use GetProtectedItemOperationResult API. |
Extension Methods
BeginTrigger(IRestoresOperations, String, String, String, String, String, String, RestoreRequestResource) |
Restores the specified backed up data. This is an asynchronous operation. To know the status of this API call, use GetProtectedItemOperationResult API. |
BeginTriggerAsync(IRestoresOperations, String, String, String, String, String, String, RestoreRequestResource, CancellationToken) |
Restores the specified backed up data. This is an asynchronous operation. To know the status of this API call, use GetProtectedItemOperationResult API. |
Trigger(IRestoresOperations, String, String, String, String, String, String, RestoreRequestResource) |
Restores the specified backed up data. This is an asynchronous operation. To know the status of this API call, use GetProtectedItemOperationResult API. |
TriggerAsync(IRestoresOperations, String, String, String, String, String, String, RestoreRequestResource, CancellationToken) |
Restores the specified backed up data. This is an asynchronous operation. To know the status of this API call, use GetProtectedItemOperationResult API. |
Applies to
Azure SDK for .NET