IRestorePointsOperations 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.
RestorePointsOperations operations.
public interface IRestorePointsOperations
type IRestorePointsOperations = interface
Public Interface IRestorePointsOperations
Methods
BeginCreateWithHttpMessagesAsync(String, String, String, IList<ApiEntityReference>, Dictionary<String,List<String>>, CancellationToken) |
The operation to create the restore point. Updating properties of an existing restore point is not allowed |
BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
The operation to delete the restore point. |
CreateWithHttpMessagesAsync(String, String, String, IList<ApiEntityReference>, Dictionary<String,List<String>>, CancellationToken) |
The operation to create the restore point. Updating properties of an existing restore point is not allowed |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
The operation to delete the restore point. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
The operation to get the restore point. |