import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { PrivateLinkResource, PrivateLinkResourcesListSupportedOptionalParams } from "../models/index.js"; /** Interface representing a PrivateLinkResources. */ export interface PrivateLinkResources { /** * Gets a list of all supported private link resource types for the given service. * @param resourceGroupName The name of the resource group within the current subscription. You can * obtain this value from the Azure Resource Manager API or the portal. * @param searchServiceName The name of the Azure AI Search service associated with the specified * resource group. * @param options The options parameters. */ listSupported(resourceGroupName: string, searchServiceName: string, options?: PrivateLinkResourcesListSupportedOptionalParams): PagedAsyncIterableIterator; } //# sourceMappingURL=privateLinkResources.d.ts.map