import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { ManagedDatabaseMoveOperations } from "../operationsInterfaces"; import { SqlManagementClient } from "../sqlManagementClient"; import { ManagedDatabaseMoveOperationResult, ManagedDatabaseMoveOperationsListByLocationOptionalParams, ManagedDatabaseMoveOperationsGetOptionalParams, ManagedDatabaseMoveOperationsGetResponse } from "../models"; /** Class containing ManagedDatabaseMoveOperations operations. */ export declare class ManagedDatabaseMoveOperationsImpl implements ManagedDatabaseMoveOperations { private readonly client; /** * Initialize a new instance of the class ManagedDatabaseMoveOperations class. * @param client Reference to the service client */ constructor(client: SqlManagementClient); /** * Lists managed database move operations. * @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 locationName * @param options The options parameters. */ listByLocation(resourceGroupName: string, locationName: string, options?: ManagedDatabaseMoveOperationsListByLocationOptionalParams): PagedAsyncIterableIterator; private listByLocationPagingPage; private listByLocationPagingAll; /** * Lists managed database move operations. * @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 locationName * @param options The options parameters. */ private _listByLocation; /** * Gets a managed database move operation. * @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 locationName * @param operationId * @param options The options parameters. */ get(resourceGroupName: string, locationName: string, operationId: string, options?: ManagedDatabaseMoveOperationsGetOptionalParams): Promise; /** * ListByLocationNext * @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 locationName * @param nextLink The nextLink from the previous successful call to the ListByLocation method. * @param options The options parameters. */ private _listByLocationNext; } //# sourceMappingURL=managedDatabaseMoveOperations.d.ts.map