IRestorableDroppedDatabaseOperations Interface
Contains operations for getting dropped Azure SQL Databases that can be restored.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
| 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. |
| 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.) |
