Share via


IRestoresOperations Interface

Definition

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