次の方法で共有


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)

バックアップされた項目のバックアップ コピーを一覧表示します。

適用対象