RestorableDroppedDatabases interface
Interface representing a RestorableDroppedDatabases.
Methods
get(string, string, string, Restorable |
Gets a restorable dropped database. |
list |
Gets a list of restorable dropped databases. |
Method Details
get(string, string, string, RestorableDroppedDatabasesGetOptionalParams)
Gets a restorable dropped database.
function get(resourceGroupName: string, serverName: string, restorableDroppedDatabaseId: string, options?: RestorableDroppedDatabasesGetOptionalParams): Promise<RestorableDroppedDatabase>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serverName
-
string
The name of the server.
- restorableDroppedDatabaseId
-
string
The options parameters.
Returns
Promise<RestorableDroppedDatabase>
listByServer(string, string, RestorableDroppedDatabasesListByServerOptionalParams)
Gets a list of restorable dropped databases.
function listByServer(resourceGroupName: string, serverName: string, options?: RestorableDroppedDatabasesListByServerOptionalParams): PagedAsyncIterableIterator<RestorableDroppedDatabase, RestorableDroppedDatabase[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serverName
-
string
The name of the server.
The options parameters.