import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { QuotaUsageResult, UsagesListBySubscriptionOptionalParams } from "../models/index.js"; /** Interface representing a Usages. */ export interface Usages { /** * Get a list of all Azure AI Search quota usages across the subscription. * @param location The unique location name for a Microsoft Azure geographic region. * @param options The options parameters. */ listBySubscription(location: string, options?: UsagesListBySubscriptionOptionalParams): PagedAsyncIterableIterator; } //# sourceMappingURL=usages.d.ts.map