import type { CosmosDBManagementContext as Client } from "../index.js"; import type { PrivateEndpointConnection, _PrivateEndpointConnectionListResult } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { PrivateEndpointConnectionsListByDatabaseAccountOptionalParams, PrivateEndpointConnectionsDeleteOptionalParams, PrivateEndpointConnectionsCreateOrUpdateOptionalParams, PrivateEndpointConnectionsGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; import type { PollerLike, OperationState } from "@azure/core-lro"; export declare function _listByDatabaseAccountSend(context: Client, resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListByDatabaseAccountOptionalParams): StreamableMethod; export declare function _listByDatabaseAccountDeserialize(result: PathUncheckedResponse): Promise<_PrivateEndpointConnectionListResult>; /** List all private endpoint connections on a Cosmos DB account. */ export declare function listByDatabaseAccount(context: Client, resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListByDatabaseAccountOptionalParams): PagedAsyncIterableIterator; export declare function _$deleteSend(context: Client, resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): StreamableMethod; export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise; /** Deletes a private endpoint connection with a given name. */ export declare function $delete(context: Client, resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): PollerLike, void>; export declare function _createOrUpdateSend(context: Client, resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): StreamableMethod; export declare function _createOrUpdateDeserialize(result: PathUncheckedResponse): Promise; /** Approve or reject a private endpoint connection with a given name. */ export declare function createOrUpdate(context: Client, resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): PollerLike, PrivateEndpointConnection>; export declare function _getSend(context: Client, resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Gets a private endpoint connection. */ export declare function get(context: Client, resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map