import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { Usage, UsagesListOptionalParams } from "../models/index.js"; /** Interface representing a Usages. */ export interface Usages { /** * 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; } //# sourceMappingURL=usages.d.ts.map