RecoverableDatabases interface

Interface representing a RecoverableDatabases.

Methods

get(string, string, string, RecoverableDatabasesGetOptionalParams)

Gets a recoverable database.

listByServer(string, string, RecoverableDatabasesListByServerOptionalParams)

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.

options
RecoverableDatabasesGetOptionalParams

The options parameters.

Returns

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.

options
RecoverableDatabasesListByServerOptionalParams

The options parameters.

Returns