Share via


IRestorableDroppedDatabaseOperations Interface

 

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

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public interface IRestorableDroppedDatabaseOperations
public interface class IRestorableDroppedDatabaseOperations
type IRestorableDroppedDatabaseOperations = interface end
Public Interface IRestorableDroppedDatabaseOperations

Methods

Name Description
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

Name Description
Get(String, String)

Returns information about a dropped Azure SQL Database that can be restored.(Defined by RestorableDroppedDatabaseOperationsExtensions.)

GetAsync(String, String)

Returns information about a dropped Azure SQL Database that can be restored.(Defined by RestorableDroppedDatabaseOperationsExtensions.)

List(String)

Returns a collection of databases that has been dropped but can still be restored from a specified server.(Defined by RestorableDroppedDatabaseOperationsExtensions.)

ListAsync(String)

Returns a collection of databases that has been dropped but can still be restored from a specified server.(Defined by RestorableDroppedDatabaseOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Sql Namespace

Return to top