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

IRecoveryPointsOperations 接口

定义

RecoveryPointsOperations 操作。

public interface IRecoveryPointsOperations
type IRecoveryPointsOperations = interface
Public Interface IRecoveryPointsOperations

方法

GetWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

提供使用 RecoveryPointID 标识的备份数据的信息。 这是一个异步操作。 若要了解操作的状态,请调用 GetProtectedItemOperationResult API。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出备份项的备份副本。

ListWithHttpMessagesAsync(String, String, String, String, String, ODataQuery<BMSRPQueryObject>, Dictionary<String,List<String>>, CancellationToken)

列出备份项的备份副本。

扩展方法

Get(IRecoveryPointsOperations, String, String, String, String, String, String)

提供使用 RecoveryPointID 标识的备份数据的信息。 这是一个异步操作。 若要了解操作的状态,请调用 GetProtectedItemOperationResult API。

GetAsync(IRecoveryPointsOperations, String, String, String, String, String, String, CancellationToken)

提供使用 RecoveryPointID 标识的备份数据的信息。 这是一个异步操作。 若要了解操作的状态,请调用 GetProtectedItemOperationResult API。

List(IRecoveryPointsOperations, String, String, String, String, String, ODataQuery<BMSRPQueryObject>)

列出备份项的备份副本。

ListAsync(IRecoveryPointsOperations, String, String, String, String, String, ODataQuery<BMSRPQueryObject>, CancellationToken)

列出备份项的备份副本。

ListNext(IRecoveryPointsOperations, String)

列出备份项的备份副本。

ListNextAsync(IRecoveryPointsOperations, String, CancellationToken)

列出备份项的备份副本。

适用于