RecoverableDatabases interface
Interface representing a RecoverableDatabases.
Methods
get(string, string, string, Recoverable |
Gets a recoverable database. |
list |
Gets a list of recoverable databases. |
Method Details
get(string, string, string, RecoverableDatabasesGetOptionalParams)
Gets a recoverable database.
function get(resourceGroupName: string, serverName: string, databaseName: string, options?: RecoverableDatabasesGetOptionalParams): Promise<RecoverableDatabase>
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.
- databaseName
-
string
The name of the database.
The options parameters.
Returns
Promise<RecoverableDatabase>
listByServer(string, string, RecoverableDatabasesListByServerOptionalParams)
Gets a list of recoverable databases.
function listByServer(resourceGroupName: string, serverName: string, options?: RecoverableDatabasesListByServerOptionalParams): PagedAsyncIterableIterator<RecoverableDatabase, RecoverableDatabase[], 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.