import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { PrivateLinkServices } from "../operationsInterfaces/index.js"; import type { NetworkManagementClient } from "../networkManagementClient.js"; import type { SimplePollerLike, OperationState } from "@azure/core-lro"; import type { PrivateLinkService, PrivateLinkServicesListOptionalParams, PrivateLinkServicesListBySubscriptionOptionalParams, PrivateEndpointConnection, PrivateLinkServicesListPrivateEndpointConnectionsOptionalParams, AutoApprovedPrivateLinkService, PrivateLinkServicesListAutoApprovedPrivateLinkServicesOptionalParams, PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupOptionalParams, PrivateLinkServicesDeleteOptionalParams, PrivateLinkServicesGetOptionalParams, PrivateLinkServicesGetResponse, PrivateLinkServicesCreateOrUpdateOptionalParams, PrivateLinkServicesCreateOrUpdateResponse, PrivateLinkServicesGetPrivateEndpointConnectionOptionalParams, PrivateLinkServicesGetPrivateEndpointConnectionResponse, PrivateLinkServicesUpdatePrivateEndpointConnectionOptionalParams, PrivateLinkServicesUpdatePrivateEndpointConnectionResponse, PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams, PrivateLinkServicesCheckPrivateLinkServiceVisibilityResponse, PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams, PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupResponse } from "../models/index.js"; /** Class containing PrivateLinkServices operations. */ export declare class PrivateLinkServicesImpl implements PrivateLinkServices { private readonly client; /** * Initialize a new instance of the class PrivateLinkServices class. * @param client Reference to the service client */ constructor(client: NetworkManagementClient); /** * Gets all private link services in a resource group. * @param resourceGroupName The name of the resource group. * @param options The options parameters. */ list(resourceGroupName: string, options?: PrivateLinkServicesListOptionalParams): PagedAsyncIterableIterator; private listPagingPage; private listPagingAll; /** * Gets all private link service in a subscription. * @param options The options parameters. */ listBySubscription(options?: PrivateLinkServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator; private listBySubscriptionPagingPage; private listBySubscriptionPagingAll; /** * Gets all private end point connections for a specific private link service. * @param resourceGroupName The name of the resource group. * @param serviceName The name of the private link service. * @param options The options parameters. */ listPrivateEndpointConnections(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesListPrivateEndpointConnectionsOptionalParams): PagedAsyncIterableIterator; private listPrivateEndpointConnectionsPagingPage; private listPrivateEndpointConnectionsPagingAll; /** * Returns all of the private link service ids that can be linked to a Private Endpoint with auto * approved in this subscription in this region. * @param location The location of the domain name. * @param options The options parameters. */ listAutoApprovedPrivateLinkServices(location: string, options?: PrivateLinkServicesListAutoApprovedPrivateLinkServicesOptionalParams): PagedAsyncIterableIterator; private listAutoApprovedPrivateLinkServicesPagingPage; private listAutoApprovedPrivateLinkServicesPagingAll; /** * Returns all of the private link service ids that can be linked to a Private Endpoint with auto * approved in this subscription in this region. * @param location The location of the domain name. * @param resourceGroupName The name of the resource group. * @param options The options parameters. */ listAutoApprovedPrivateLinkServicesByResourceGroup(location: string, resourceGroupName: string, options?: PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupOptionalParams): PagedAsyncIterableIterator; private listAutoApprovedPrivateLinkServicesByResourceGroupPagingPage; private listAutoApprovedPrivateLinkServicesByResourceGroupPagingAll; /** * Deletes the specified private link service. * @param resourceGroupName The name of the resource group. * @param serviceName The name of the private link service. * @param options The options parameters. */ beginDelete(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesDeleteOptionalParams): Promise, void>>; /** * Deletes the specified private link service. * @param resourceGroupName The name of the resource group. * @param serviceName The name of the private link service. * @param options The options parameters. */ beginDeleteAndWait(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesDeleteOptionalParams): Promise; /** * Gets the specified private link service by resource group. * @param resourceGroupName The name of the resource group. * @param serviceName The name of the private link service. * @param options The options parameters. */ get(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesGetOptionalParams): Promise; /** * Creates or updates an private link service in the specified resource group. * @param resourceGroupName The name of the resource group. * @param serviceName The name of the private link service. * @param parameters Parameters supplied to the create or update private link service operation. * @param options The options parameters. */ beginCreateOrUpdate(resourceGroupName: string, serviceName: string, parameters: PrivateLinkService, options?: PrivateLinkServicesCreateOrUpdateOptionalParams): Promise, PrivateLinkServicesCreateOrUpdateResponse>>; /** * Creates or updates an private link service in the specified resource group. * @param resourceGroupName The name of the resource group. * @param serviceName The name of the private link service. * @param parameters Parameters supplied to the create or update private link service operation. * @param options The options parameters. */ beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, parameters: PrivateLinkService, options?: PrivateLinkServicesCreateOrUpdateOptionalParams): Promise; /** * Gets all private link services in a resource group. * @param resourceGroupName The name of the resource group. * @param options The options parameters. */ private _list; /** * Gets all private link service in a subscription. * @param options The options parameters. */ private _listBySubscription; /** * Get the specific private end point connection by specific private link service in the resource * group. * @param resourceGroupName The name of the resource group. * @param serviceName The name of the private link service. * @param peConnectionName The name of the private end point connection. * @param options The options parameters. */ getPrivateEndpointConnection(resourceGroupName: string, serviceName: string, peConnectionName: string, options?: PrivateLinkServicesGetPrivateEndpointConnectionOptionalParams): Promise; /** * Approve or reject private end point connection for a private link service in a subscription. * @param resourceGroupName The name of the resource group. * @param serviceName The name of the private link service. * @param peConnectionName The name of the private end point connection. * @param parameters Parameters supplied to approve or reject the private end point connection. * @param options The options parameters. */ updatePrivateEndpointConnection(resourceGroupName: string, serviceName: string, peConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateLinkServicesUpdatePrivateEndpointConnectionOptionalParams): Promise; /** * Delete private end point connection for a private link service in a subscription. * @param resourceGroupName The name of the resource group. * @param serviceName The name of the private link service. * @param peConnectionName The name of the private end point connection. * @param options The options parameters. */ beginDeletePrivateEndpointConnection(resourceGroupName: string, serviceName: string, peConnectionName: string, options?: PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams): Promise, void>>; /** * Delete private end point connection for a private link service in a subscription. * @param resourceGroupName The name of the resource group. * @param serviceName The name of the private link service. * @param peConnectionName The name of the private end point connection. * @param options The options parameters. */ beginDeletePrivateEndpointConnectionAndWait(resourceGroupName: string, serviceName: string, peConnectionName: string, options?: PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams): Promise; /** * Gets all private end point connections for a specific private link service. * @param resourceGroupName The name of the resource group. * @param serviceName The name of the private link service. * @param options The options parameters. */ private _listPrivateEndpointConnections; /** * Checks whether the subscription is visible to private link service. * @param location The location of the domain name. * @param parameters The request body of CheckPrivateLinkService API call. * @param options The options parameters. */ beginCheckPrivateLinkServiceVisibility(location: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams): Promise, PrivateLinkServicesCheckPrivateLinkServiceVisibilityResponse>>; /** * Checks whether the subscription is visible to private link service. * @param location The location of the domain name. * @param parameters The request body of CheckPrivateLinkService API call. * @param options The options parameters. */ beginCheckPrivateLinkServiceVisibilityAndWait(location: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams): Promise; /** * Checks whether the subscription is visible to private link service in the specified resource group. * @param location The location of the domain name. * @param resourceGroupName The name of the resource group. * @param parameters The request body of CheckPrivateLinkService API call. * @param options The options parameters. */ beginCheckPrivateLinkServiceVisibilityByResourceGroup(location: string, resourceGroupName: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams): Promise, PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupResponse>>; /** * Checks whether the subscription is visible to private link service in the specified resource group. * @param location The location of the domain name. * @param resourceGroupName The name of the resource group. * @param parameters The request body of CheckPrivateLinkService API call. * @param options The options parameters. */ beginCheckPrivateLinkServiceVisibilityByResourceGroupAndWait(location: string, resourceGroupName: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams): Promise; /** * Returns all of the private link service ids that can be linked to a Private Endpoint with auto * approved in this subscription in this region. * @param location The location of the domain name. * @param options The options parameters. */ private _listAutoApprovedPrivateLinkServices; /** * Returns all of the private link service ids that can be linked to a Private Endpoint with auto * approved in this subscription in this region. * @param location The location of the domain name. * @param resourceGroupName The name of the resource group. * @param options The options parameters. */ private _listAutoApprovedPrivateLinkServicesByResourceGroup; /** * ListNext * @param resourceGroupName The name of the resource group. * @param nextLink The nextLink from the previous successful call to the List method. * @param options The options parameters. */ private _listNext; /** * ListBySubscriptionNext * @param nextLink The nextLink from the previous successful call to the ListBySubscription method. * @param options The options parameters. */ private _listBySubscriptionNext; /** * ListPrivateEndpointConnectionsNext * @param resourceGroupName The name of the resource group. * @param serviceName The name of the private link service. * @param nextLink The nextLink from the previous successful call to the ListPrivateEndpointConnections * method. * @param options The options parameters. */ private _listPrivateEndpointConnectionsNext; /** * ListAutoApprovedPrivateLinkServicesNext * @param location The location of the domain name. * @param nextLink The nextLink from the previous successful call to the * ListAutoApprovedPrivateLinkServices method. * @param options The options parameters. */ private _listAutoApprovedPrivateLinkServicesNext; /** * ListAutoApprovedPrivateLinkServicesByResourceGroupNext * @param location The location of the domain name. * @param resourceGroupName The name of the resource group. * @param nextLink The nextLink from the previous successful call to the * ListAutoApprovedPrivateLinkServicesByResourceGroup method. * @param options The options parameters. */ private _listAutoApprovedPrivateLinkServicesByResourceGroupNext; } //# sourceMappingURL=privateLinkServices.d.ts.map