import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { Usages } from "../operationsInterfaces/index.js"; import type { NetworkManagementClient } from "../networkManagementClient.js"; import type { Usage, UsagesListOptionalParams } from "../models/index.js"; /** Class containing Usages operations. */ export declare class UsagesImpl implements Usages { private readonly client; /** * Initialize a new instance of the class Usages class. * @param client Reference to the service client */ constructor(client: NetworkManagementClient); /** * List network usages for a subscription. * @param location The location where resource usage is queried. * @param options The options parameters. */ list(location: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator; private listPagingPage; private listPagingAll; /** * List network usages for a subscription. * @param location The location where resource usage is queried. * @param options The options parameters. */ private _list; /** * ListNext * @param location The location where resource usage is queried. * @param nextLink The nextLink from the previous successful call to the List method. * @param options The options parameters. */ private _listNext; } //# sourceMappingURL=usages.d.ts.map