IRestorableDroppedDatabasesOperations 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.
RestorableDroppedDatabasesOperations operations.
public interface IRestorableDroppedDatabasesOperations
type IRestorableDroppedDatabasesOperations = interface
Public Interface IRestorableDroppedDatabasesOperations
Methods
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a restorable dropped database. |
ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets a list of restorable dropped databases. |
ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a list of restorable dropped databases. |
Extension Methods
Get(IRestorableDroppedDatabasesOperations, String, String, String) |
Gets a restorable dropped database. |
GetAsync(IRestorableDroppedDatabasesOperations, String, String, String, CancellationToken) |
Gets a restorable dropped database. |
ListByServer(IRestorableDroppedDatabasesOperations, String, String) |
Gets a list of restorable dropped databases. |
ListByServerAsync(IRestorableDroppedDatabasesOperations, String, String, CancellationToken) |
Gets a list of restorable dropped databases. |
ListByServerNext(IRestorableDroppedDatabasesOperations, String) |
Gets a list of restorable dropped databases. |
ListByServerNextAsync(IRestorableDroppedDatabasesOperations, String, CancellationToken) |
Gets a list of restorable dropped databases. |
Applies to
Azure SDK for .NET