import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { ElasticPoolOperations } from "../operationsInterfaces"; import { SqlManagementClient } from "../sqlManagementClient"; import { ElasticPoolOperation, ElasticPoolOperationsListByElasticPoolOptionalParams, ElasticPoolOperationsCancelOptionalParams } from "../models"; /** Class containing ElasticPoolOperations operations. */ export declare class ElasticPoolOperationsImpl implements ElasticPoolOperations { private readonly client; /** * Initialize a new instance of the class ElasticPoolOperations class. * @param client Reference to the service client */ constructor(client: SqlManagementClient); /** * Gets a list of operations performed on the elastic pool. * @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 serverName The name of the server. * @param elasticPoolName * @param options The options parameters. */ listByElasticPool(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolOperationsListByElasticPoolOptionalParams): PagedAsyncIterableIterator; private listByElasticPoolPagingPage; private listByElasticPoolPagingAll; /** * Cancels the asynchronous operation on the elastic pool. * @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 serverName The name of the server. * @param elasticPoolName * @param operationId The operation identifier. * @param options The options parameters. */ cancel(resourceGroupName: string, serverName: string, elasticPoolName: string, operationId: string, options?: ElasticPoolOperationsCancelOptionalParams): Promise; /** * Gets a list of operations performed on the elastic pool. * @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 serverName The name of the server. * @param elasticPoolName * @param options The options parameters. */ private _listByElasticPool; /** * ListByElasticPoolNext * @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 serverName The name of the server. * @param elasticPoolName * @param nextLink The nextLink from the previous successful call to the ListByElasticPool method. * @param options The options parameters. */ private _listByElasticPoolNext; } //# sourceMappingURL=elasticPoolOperations.d.ts.map