import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { AzureWebCategory, WebCategoriesListBySubscriptionOptionalParams, WebCategoriesGetOptionalParams, WebCategoriesGetResponse } from "../models/index.js"; /** Interface representing a WebCategories. */ export interface WebCategories { /** * Gets all the Azure Web Categories in a subscription. * @param options The options parameters. */ listBySubscription(options?: WebCategoriesListBySubscriptionOptionalParams): PagedAsyncIterableIterator; /** * Gets the specified Azure Web Category. * @param name The name of the azureWebCategory. * @param options The options parameters. */ get(name: string, options?: WebCategoriesGetOptionalParams): Promise; } //# sourceMappingURL=webCategories.d.ts.map