RestorableDroppedDatabaseOperationsExtensions Class
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.
This is the main client class for interacting with the Azure SQL Database REST APIs.
public static class RestorableDroppedDatabaseOperationsExtensions
type RestorableDroppedDatabaseOperationsExtensions = class
Public Module RestorableDroppedDatabaseOperationsExtensions
- Inheritance
-
RestorableDroppedDatabaseOperationsExtensions
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