PrivateEndpointConnectionsOperationsExtensions Class

Definition

Extension methods for PrivateEndpointConnectionsOperations.

public static class PrivateEndpointConnectionsOperationsExtensions
type PrivateEndpointConnectionsOperationsExtensions = class
Public Module PrivateEndpointConnectionsOperationsExtensions
Inheritance
PrivateEndpointConnectionsOperationsExtensions

Methods

Delete(IPrivateEndpointConnectionsOperations, String, String, String, SearchManagementRequestOptions)

Disconnects the private endpoint connection and deletes it from the search service. https://aka.ms/search-manage

DeleteAsync(IPrivateEndpointConnectionsOperations, String, String, String, SearchManagementRequestOptions, CancellationToken)

Disconnects the private endpoint connection and deletes it from the search service. https://aka.ms/search-manage

Get(IPrivateEndpointConnectionsOperations, String, String, String, SearchManagementRequestOptions)

Gets the details of the private endpoint connection to the search service in the given resource group. https://aka.ms/search-manage

GetAsync(IPrivateEndpointConnectionsOperations, String, String, String, SearchManagementRequestOptions, CancellationToken)

Gets the details of the private endpoint connection to the search service in the given resource group. https://aka.ms/search-manage

ListByService(IPrivateEndpointConnectionsOperations, String, String, SearchManagementRequestOptions)

Gets a list of all private endpoint connections in the given service. https://aka.ms/search-manage

ListByServiceAsync(IPrivateEndpointConnectionsOperations, String, String, SearchManagementRequestOptions, CancellationToken)

Gets a list of all private endpoint connections in the given service. https://aka.ms/search-manage

ListByServiceNext(IPrivateEndpointConnectionsOperations, String, SearchManagementRequestOptions)

Gets a list of all private endpoint connections in the given service. https://aka.ms/search-manage

ListByServiceNextAsync(IPrivateEndpointConnectionsOperations, String, SearchManagementRequestOptions, CancellationToken)

Gets a list of all private endpoint connections in the given service. https://aka.ms/search-manage

Update(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, SearchManagementRequestOptions)

Updates a Private Endpoint connection to the search service in the given resource group. https://aka.ms/search-manage

UpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, SearchManagementRequestOptions, CancellationToken)

Updates a Private Endpoint connection to the search service in the given resource group. https://aka.ms/search-manage

Applies to