IRestorePointsOperations Interface

Definition

RestorePointsOperations operations.

public interface IRestorePointsOperations
type IRestorePointsOperations = interface
Public Interface IRestorePointsOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, CreateDatabaseRestorePointDefinition, Dictionary<String,List<String>>, CancellationToken)

Creates a restore point for a data warehouse.

CreateWithHttpMessagesAsync(String, String, String, CreateDatabaseRestorePointDefinition, Dictionary<String,List<String>>, CancellationToken)

Creates a restore point for a data warehouse.

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

Deletes a restore point.

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

Gets a restore point.

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

Gets a list of database restore points.

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

Gets a list of database restore points.

Extension Methods

BeginCreate(IRestorePointsOperations, String, String, String, CreateDatabaseRestorePointDefinition)

Creates a restore point for a data warehouse.

BeginCreateAsync(IRestorePointsOperations, String, String, String, CreateDatabaseRestorePointDefinition, CancellationToken)

Creates a restore point for a data warehouse.

Create(IRestorePointsOperations, String, String, String, CreateDatabaseRestorePointDefinition)

Creates a restore point for a data warehouse.

CreateAsync(IRestorePointsOperations, String, String, String, CreateDatabaseRestorePointDefinition, CancellationToken)

Creates a restore point for a data warehouse.

Delete(IRestorePointsOperations, String, String, String, String)

Deletes a restore point.

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

Deletes a restore point.

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

Gets a restore point.

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

Gets a restore point.

ListByDatabase(IRestorePointsOperations, String, String, String)

Gets a list of database restore points.

ListByDatabaseAsync(IRestorePointsOperations, String, String, String, CancellationToken)

Gets a list of database restore points.

ListByDatabaseNext(IRestorePointsOperations, String)

Gets a list of database restore points.

ListByDatabaseNextAsync(IRestorePointsOperations, String, CancellationToken)

Gets a list of database restore points.

Applies to