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

RecoveryPointsOperationsExtensions 类

定义

RecoveryPointsOperations 的扩展方法。

public static class RecoveryPointsOperationsExtensions
type RecoveryPointsOperationsExtensions = class
Public Module RecoveryPointsOperationsExtensions
继承
RecoveryPointsOperationsExtensions

方法

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)

列出备份项的备份副本。

适用于