IRecoverableDatabaseOperations 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 Azure SQL Databases that can be recovered.
public interface IRecoverableDatabaseOperations
type IRecoverableDatabaseOperations = interface
Public Interface IRecoverableDatabaseOperations
Methods
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
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. |