IRestorableDroppedDatabaseOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET