RecoverableDatabaseOperationsExtensions 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 RecoverableDatabaseOperationsExtensions
type RecoverableDatabaseOperationsExtensions = class
Public Module RecoverableDatabaseOperationsExtensions
- Inheritance
-
RecoverableDatabaseOperationsExtensions
Methods
Get(IRecoverableDatabaseOperations, String, String) |
Returns information about a recoverable Azure SQL Database. |
GetAsync(IRecoverableDatabaseOperations, String, String) |
Returns information about a recoverable Azure SQL Database. |
List(IRecoverableDatabaseOperations, String) |
Returns a collection of databases that can be recovered from a specified server. |
ListAsync(IRecoverableDatabaseOperations, String) |
Returns a collection of databases that can be recovered from a specified server. |
Applies to
Azure SDK for .NET