import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { RestorableDroppedManagedDatabases } from "../operationsInterfaces"; import { SqlManagementClient } from "../sqlManagementClient"; import { RestorableDroppedManagedDatabase, RestorableDroppedManagedDatabasesListByInstanceOptionalParams, RestorableDroppedManagedDatabasesGetOptionalParams, RestorableDroppedManagedDatabasesGetResponse } from "../models"; /** Class containing RestorableDroppedManagedDatabases operations. */ export declare class RestorableDroppedManagedDatabasesImpl implements RestorableDroppedManagedDatabases { private readonly client; /** * Initialize a new instance of the class RestorableDroppedManagedDatabases class. * @param client Reference to the service client */ constructor(client: SqlManagementClient); /** * Gets a list of restorable dropped managed databases. * @param resourceGroupName The name of the resource group that contains the resource. You can obtain * this value from the Azure Resource Manager API or the portal. * @param managedInstanceName The name of the managed instance. * @param options The options parameters. */ listByInstance(resourceGroupName: string, managedInstanceName: string, options?: RestorableDroppedManagedDatabasesListByInstanceOptionalParams): PagedAsyncIterableIterator; private listByInstancePagingPage; private listByInstancePagingAll; /** * Gets a list of restorable dropped managed databases. * @param resourceGroupName The name of the resource group that contains the resource. You can obtain * this value from the Azure Resource Manager API or the portal. * @param managedInstanceName The name of the managed instance. * @param options The options parameters. */ private _listByInstance; /** * Gets a restorable dropped managed database. * @param resourceGroupName The name of the resource group that contains the resource. You can obtain * this value from the Azure Resource Manager API or the portal. * @param managedInstanceName The name of the managed instance. * @param restorableDroppedDatabaseId * @param options The options parameters. */ get(resourceGroupName: string, managedInstanceName: string, restorableDroppedDatabaseId: string, options?: RestorableDroppedManagedDatabasesGetOptionalParams): Promise; /** * ListByInstanceNext * @param resourceGroupName The name of the resource group that contains the resource. You can obtain * this value from the Azure Resource Manager API or the portal. * @param managedInstanceName The name of the managed instance. * @param nextLink The nextLink from the previous successful call to the ListByInstance method. * @param options The options parameters. */ private _listByInstanceNext; } //# sourceMappingURL=restorableDroppedManagedDatabases.d.ts.map