IRestorableDroppedDatabaseOperations Interface

Definition

Contains operations for getting dropped Azure SQL Databases that can be restored.

public interface IRestorableDroppedDatabaseOperations
type IRestorableDroppedDatabaseOperations = interface
Public Interface IRestorableDroppedDatabaseOperations

Methods

GetAsync(String, String, CancellationToken)

Returns information about a dropped Azure SQL Database that can be restored.

ListAsync(String, CancellationToken)

Returns a collection of databases that has been dropped but can still be restored from a specified server.

Extension Methods

Get(IRestorableDroppedDatabaseOperations, String, String)

Returns information about a dropped Azure SQL Database that can be restored.

GetAsync(IRestorableDroppedDatabaseOperations, String, String)

Returns information about a dropped Azure SQL Database that can be restored.

List(IRestorableDroppedDatabaseOperations, String)

Returns a collection of databases that has been dropped but can still be restored from a specified server.

ListAsync(IRestorableDroppedDatabaseOperations, String)

Returns a collection of databases that has been dropped but can still be restored from a specified server.

Applies to