IRecoverableDatabaseOperations Interface
Contains operations for getting Azure SQL Databases that can be recovered.
Namespace: Microsoft.WindowsAzure.Management.Sql
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public interface IRecoverableDatabaseOperations
public interface class IRecoverableDatabaseOperations
type IRecoverableDatabaseOperations = interface end
Public Interface IRecoverableDatabaseOperations
Methods
Name | Description | |
---|---|---|
GetAsync(String, String, CancellationToken) | Returns information about a recoverable Azure SQL Database. |
|
ListAsync(String, CancellationToken) | Returns a collection of databases that can be recovered from a specified server. |
Extension Methods
Name | Description | |
---|---|---|
Get(String, String) | Returns information about a recoverable Azure SQL Database.(Defined by RecoverableDatabaseOperationsExtensions.) |
|
GetAsync(String, String) | Returns information about a recoverable Azure SQL Database.(Defined by RecoverableDatabaseOperationsExtensions.) |
|
List(String) | Returns a collection of databases that can be recovered from a specified server.(Defined by RecoverableDatabaseOperationsExtensions.) |
|
ListAsync(String) | Returns a collection of databases that can be recovered from a specified server.(Defined by RecoverableDatabaseOperationsExtensions.) |
See Also
Microsoft.WindowsAzure.Management.Sql Namespace
Return to top