你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IRestoresOperations 接口

定义

RestoresOperations 操作。

public interface IRestoresOperations
type IRestoresOperations = interface
Public Interface IRestoresOperations

方法

BeginTriggerWithHttpMessagesAsync(String, String, String, String, String, String, RestoreRequestResource, Dictionary<String,List<String>>, CancellationToken)

还原指定的备份数据。 这是一个异步操作。 若要了解此 API 调用的状态,请使用 GetProtectedItemOperationResult API。

TriggerWithHttpMessagesAsync(String, String, String, String, String, String, RestoreRequestResource, Dictionary<String,List<String>>, CancellationToken)

还原指定的备份数据。 这是一个异步操作。 若要了解此 API 调用的状态,请使用 GetProtectedItemOperationResult API。

扩展方法

BeginTrigger(IRestoresOperations, String, String, String, String, String, String, RestoreRequestResource)

还原指定的备份数据。 这是一个异步操作。 若要了解此 API 调用的状态,请使用 GetProtectedItemOperationResult API。

BeginTriggerAsync(IRestoresOperations, String, String, String, String, String, String, RestoreRequestResource, CancellationToken)

还原指定的备份数据。 这是一个异步操作。 若要了解此 API 调用的状态,请使用 GetProtectedItemOperationResult API。

Trigger(IRestoresOperations, String, String, String, String, String, String, RestoreRequestResource)

还原指定的备份数据。 这是一个异步操作。 若要了解此 API 调用的状态,请使用 GetProtectedItemOperationResult API。

TriggerAsync(IRestoresOperations, String, String, String, String, String, String, RestoreRequestResource, CancellationToken)

还原指定的备份数据。 这是一个异步操作。 若要了解此 API 调用的状态,请使用 GetProtectedItemOperationResult API。

适用于