RestorableDroppedDatabaseOperationsExtensions Class

Definition

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