RestoresOperationsExtensions Class
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.
Extension methods for RestoresOperations.
public static class RestoresOperationsExtensions
type RestoresOperationsExtensions = class
Public Module RestoresOperationsExtensions
- Inheritance
-
RestoresOperationsExtensions
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