RecoveryPointsOperationsExtensions Class
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.
Extension methods for RecoveryPointsOperations.
public static class RecoveryPointsOperationsExtensions
type RecoveryPointsOperationsExtensions = class
Public Module RecoveryPointsOperationsExtensions
- Inheritance
-
RecoveryPointsOperationsExtensions
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
Azure SDK for .NET