import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { ServerUsages } from "../operationsInterfaces"; import { SqlManagementClient } from "../sqlManagementClient"; import { ServerUsage, ServerUsagesListByServerOptionalParams } from "../models"; /** Class containing ServerUsages operations. */ export declare class ServerUsagesImpl implements ServerUsages { private readonly client; /** * Initialize a new instance of the class ServerUsages class. * @param client Reference to the service client */ constructor(client: SqlManagementClient); /** * Returns server usages. * @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 options The options parameters. */ listByServer(resourceGroupName: string, serverName: string, options?: ServerUsagesListByServerOptionalParams): PagedAsyncIterableIterator; private listByServerPagingPage; private listByServerPagingAll; /** * Returns server usages. * @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 options The options parameters. */ private _listByServer; } //# sourceMappingURL=serverUsages.d.ts.map