IRestorePointsOperations Interface

Definition

RestorePointsOperations operations.

public interface IRestorePointsOperations
type IRestorePointsOperations = interface
Public Interface IRestorePointsOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, RestorePoint, 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, RestorePoint, 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.

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

The operation to get the restore point.

Extension Methods

BeginCreate(IRestorePointsOperations, String, String, String, RestorePoint)

The operation to create the restore point. Updating properties of an existing restore point is not allowed

BeginCreateAsync(IRestorePointsOperations, String, String, String, RestorePoint, CancellationToken)

The operation to create the restore point. Updating properties of an existing restore point is not allowed

BeginDelete(IRestorePointsOperations, String, String, String)

The operation to delete the restore point.

BeginDeleteAsync(IRestorePointsOperations, String, String, String, CancellationToken)

The operation to delete the restore point.

Create(IRestorePointsOperations, String, String, String, RestorePoint)

The operation to create the restore point. Updating properties of an existing restore point is not allowed

CreateAsync(IRestorePointsOperations, String, String, String, RestorePoint, CancellationToken)

The operation to create the restore point. Updating properties of an existing restore point is not allowed

Delete(IRestorePointsOperations, String, String, String)

The operation to delete the restore point.

DeleteAsync(IRestorePointsOperations, String, String, String, CancellationToken)

The operation to delete the restore point.

Get(IRestorePointsOperations, String, String, String, String)

The operation to get the restore point.

GetAsync(IRestorePointsOperations, String, String, String, String, CancellationToken)

The operation to get the restore point.

Applies to