RecoverableManagedDatabases interface  
Interface representing a RecoverableManagedDatabases.
Methods
| get(string, string, string, Recoverable | Gets a recoverable managed database. | 
| list | Gets a list of recoverable managed databases. | 
Method Details
		get(string, string, string, RecoverableManagedDatabasesGetOptionalParams)
	     
	Gets a recoverable managed database.
function get(resourceGroupName: string, managedInstanceName: string, recoverableDatabaseName: string, options?: RecoverableManagedDatabasesGetOptionalParams): Promise<RecoverableManagedDatabase>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.
- managedInstanceName
- 
				string 
The name of the managed instance.
- recoverableDatabaseName
- 
				string 
The options parameters.
Returns
Promise<RecoverableManagedDatabase>
		listByInstance(string, string, RecoverableManagedDatabasesListByInstanceOptionalParams)
	       
	Gets a list of recoverable managed databases.
function listByInstance(resourceGroupName: string, managedInstanceName: string, options?: RecoverableManagedDatabasesListByInstanceOptionalParams): PagedAsyncIterableIterator<RecoverableManagedDatabase, RecoverableManagedDatabase[], 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.
- managedInstanceName
- 
				string 
The name of the managed instance.
The options parameters.