ISqlPoolRestorePointsOperations Interface

Definition

SqlPoolRestorePointsOperations operations.

public interface ISqlPoolRestorePointsOperations
type ISqlPoolRestorePointsOperations = interface
Public Interface ISqlPoolRestorePointsOperations

Methods

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

Creates a restore point for a data warehouse.

CreateWithHttpMessagesAsync(String, String, String, CreateSqlPoolRestorePointDefinition, 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.

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

Get SQL pool backup

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

Get SQL pool backup

Extension Methods

BeginCreate(ISqlPoolRestorePointsOperations, String, String, String, CreateSqlPoolRestorePointDefinition)

Creates a restore point for a data warehouse.

BeginCreateAsync(ISqlPoolRestorePointsOperations, String, String, String, CreateSqlPoolRestorePointDefinition, CancellationToken)

Creates a restore point for a data warehouse.

Create(ISqlPoolRestorePointsOperations, String, String, String, CreateSqlPoolRestorePointDefinition)

Creates a restore point for a data warehouse.

CreateAsync(ISqlPoolRestorePointsOperations, String, String, String, CreateSqlPoolRestorePointDefinition, CancellationToken)

Creates a restore point for a data warehouse.

Delete(ISqlPoolRestorePointsOperations, String, String, String, String)

Deletes a restore point.

DeleteAsync(ISqlPoolRestorePointsOperations, String, String, String, String, CancellationToken)

Deletes a restore point.

Get(ISqlPoolRestorePointsOperations, String, String, String, String)

Gets a restore point.

GetAsync(ISqlPoolRestorePointsOperations, String, String, String, String, CancellationToken)

Gets a restore point.

List(ISqlPoolRestorePointsOperations, String, String, String)

Get SQL pool backup

ListAsync(ISqlPoolRestorePointsOperations, String, String, String, CancellationToken)

Get SQL pool backup

ListNext(ISqlPoolRestorePointsOperations, String)

Get SQL pool backup

ListNextAsync(ISqlPoolRestorePointsOperations, String, CancellationToken)

Get SQL pool backup

Applies to