import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { Usage, UsagesListByLocationOptionalParams } from "../models"; /** Interface representing a Usages. */ export interface Usages { /** * Lists the current usages and limits in this location for the provided subscription. * @param location The Azure region * @param options The options parameters. */ listByLocation(location: string, options?: UsagesListByLocationOptionalParams): PagedAsyncIterableIterator; } //# sourceMappingURL=usages.d.ts.map