IRecoveryPointsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |