SqlPoolRestorePointsOperationsExtensions Class

Definition

Extension methods for SqlPoolRestorePointsOperations.

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

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