Share via


RestoresOperationsExtensions Class

Definition

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