RestorePointsOperationsExtensions Class

Definition

Extension methods for RestorePointsOperations.

public static class RestorePointsOperationsExtensions
type RestorePointsOperationsExtensions = class
Public Module RestorePointsOperationsExtensions
Inheritance
RestorePointsOperationsExtensions

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