IPrivateEndpointConnectionsOperations Interface

Definition

PrivateEndpointConnectionsOperations operations.

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

Methods

DeleteWithHttpMessagesAsync(String, String, String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

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

ListByServiceNextWithHttpMessagesAsync(String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

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

ListByServiceWithHttpMessagesAsync(String, String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

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

UpdateWithHttpMessagesAsync(String, String, String, PrivateEndpointConnection, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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