import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { ElasticPoolDatabaseActivities } from "../operationsInterfaces"; import { SqlManagementClient } from "../sqlManagementClient"; import { ElasticPoolDatabaseActivity, ElasticPoolDatabaseActivitiesListByElasticPoolOptionalParams } from "../models"; /** Class containing ElasticPoolDatabaseActivities operations. */ export declare class ElasticPoolDatabaseActivitiesImpl implements ElasticPoolDatabaseActivities { private readonly client; /** * Initialize a new instance of the class ElasticPoolDatabaseActivities class. * @param client Reference to the service client */ constructor(client: SqlManagementClient); /** * Returns activity on databases inside of an 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 The name of the elastic pool. * @param options The options parameters. */ listByElasticPool(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolDatabaseActivitiesListByElasticPoolOptionalParams): PagedAsyncIterableIterator; private listByElasticPoolPagingPage; private listByElasticPoolPagingAll; /** * Returns activity on databases inside of an 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 The name of the elastic pool. * @param options The options parameters. */ private _listByElasticPool; } //# sourceMappingURL=elasticPoolDatabaseActivities.d.ts.map