import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { PrivateLinkResources } from "../operationsInterfaces/index.js"; import type { CosmosDBManagementClient } from "../cosmosDBManagementClient.js"; import type { PrivateLinkResource, PrivateLinkResourcesListByDatabaseAccountOptionalParams, PrivateLinkResourcesGetOptionalParams, PrivateLinkResourcesGetResponse } from "../models/index.js"; /** Class containing PrivateLinkResources operations. */ export declare class PrivateLinkResourcesImpl implements PrivateLinkResources { private readonly client; /** * Initialize a new instance of the class PrivateLinkResources class. * @param client Reference to the service client */ constructor(client: CosmosDBManagementClient); /** * Gets the private link resources that need to be created for a Cosmos DB account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param options The options parameters. */ listByDatabaseAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByDatabaseAccountOptionalParams): PagedAsyncIterableIterator; private listByDatabaseAccountPagingPage; private listByDatabaseAccountPagingAll; /** * Gets the private link resources that need to be created for a Cosmos DB account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param options The options parameters. */ private _listByDatabaseAccount; /** * Gets the private link resources that need to be created for a Cosmos DB account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param groupName The name of the private link resource. * @param options The options parameters. */ get(resourceGroupName: string, accountName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise; } //# sourceMappingURL=privateLinkResources.d.ts.map