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
System_CAPS_pubmethod GetAsync(String, String, CancellationToken)

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

System_CAPS_pubmethod 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
System_CAPS_pubmethod Get(String, String)

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

System_CAPS_pubmethod GetAsync(String, String)

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

System_CAPS_pubmethod List(String)

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

System_CAPS_pubmethod 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