import type { ContainerServiceContext as Client } from "../index.js"; import type { PrivateEndpointConnection, PrivateEndpointConnectionListResult } from "../../models/models.js"; import type { PrivateEndpointConnectionsListOptionalParams, PrivateEndpointConnectionsDeleteOptionalParams, PrivateEndpointConnectionsUpdateOptionalParams, PrivateEndpointConnectionsGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; import type { PollerLike, OperationState } from "@azure/core-lro"; export declare function _listSend(context: Client, resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise; /** To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters */ export declare function list(context: Client, resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListOptionalParams): Promise; export declare function _$deleteSend(context: Client, resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): StreamableMethod; export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise; /** Deletes a private endpoint connection. */ /** * @fixme delete is a reserved word that cannot be used as an operation name. * Please add @clientName("clientName") or @clientName("", "javascript") * to the operation to override the generated name. */ export declare function $delete(context: Client, resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): PollerLike, void>; export declare function _updateSend(context: Client, resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): StreamableMethod; export declare function _updateDeserialize(result: PathUncheckedResponse): Promise; /** Updates a private endpoint connection. */ export declare function update(context: Client, resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise; export declare function _getSend(context: Client, resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters */ export declare function get(context: Client, resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map