IRecoveryPointsOperations Interface

Definition

RecoveryPointsOperations operations.

public interface IRecoveryPointsOperations
type IRecoveryPointsOperations = interface
Public Interface IRecoveryPointsOperations

Methods

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

Provides the information of the backed up data identified using RecoveryPointID. This is an asynchronous operation. To know the status of the operation, call the GetProtectedItemOperationResult API.

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

Lists the backup copies for the backed up item.

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

Lists the backup copies for the backed up item.

Extension Methods

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

Provides the information of the backed up data identified using RecoveryPointID. This is an asynchronous operation. To know the status of the operation, call the GetProtectedItemOperationResult API.

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

Provides the information of the backed up data identified using RecoveryPointID. This is an asynchronous operation. To know the status of the operation, call the GetProtectedItemOperationResult API.

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

Lists the backup copies for the backed up item.

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

Lists the backup copies for the backed up item.

ListNext(IRecoveryPointsOperations, String)

Lists the backup copies for the backed up item.

ListNextAsync(IRecoveryPointsOperations, String, CancellationToken)

Lists the backup copies for the backed up item.

Applies to