PrivateEndpointConnectionsClient Interface
public interface PrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
Method Summary
Method Details
delete
public abstract PrivateEndpointConnectionInner delete(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName)
Disconnects the private endpoint connection and deletes it from the search service.
Parameters:
Returns:
deleteAsync
public abstract Mono
Disconnects the private endpoint connection and deletes it from the search service.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Disconnects the private endpoint connection and deletes it from the search service.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Disconnects the private endpoint connection and deletes it from the search service.
Parameters:
Returns:
get
public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName)
Gets the details of the private endpoint connection to the search service in the given resource group.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the details of the private endpoint connection to the search service in the given resource group.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the details of the private endpoint connection to the search service in the given resource group.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the details of the private endpoint connection to the search service in the given resource group.
Parameters:
Returns:
listByService
public abstract PagedIterable
Gets a list of all private endpoint connections in the given service.
Parameters:
Returns:
listByService
public abstract PagedIterable
Gets a list of all private endpoint connections in the given service.
Parameters:
Returns:
listByServiceAsync
public abstract PagedFlux
Gets a list of all private endpoint connections in the given service.
Parameters:
Returns:
listByServiceAsync
public abstract PagedFlux
Gets a list of all private endpoint connections in the given service.
Parameters:
Returns:
update
public abstract PrivateEndpointConnectionInner update(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection)
Updates a Private Endpoint connection to the search service in the given resource group.
Parameters:
Returns:
updateAsync
public abstract Mono
Updates a Private Endpoint connection to the search service in the given resource group.
Parameters:
Returns:
updateWithResponse
public abstract Response
Updates a Private Endpoint connection to the search service in the given resource group.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Updates a Private Endpoint connection to the search service in the given resource group.
Parameters:
Returns:
Applies to
Azure SDK for Java