Interface SupportsUpdatingPrivateEndpointConnection


  • public interface SupportsUpdatingPrivateEndpointConnection
    Provides access to update a private endpoint connection.
    • Method Detail

      • approvePrivateEndpointConnection

        void approvePrivateEndpointConnection​(String privateEndpointConnectionName)
        Approves the private endpoint connection.
        Parameters:
        privateEndpointConnectionName - the name of the private endpoint connection.
      • approvePrivateEndpointConnectionAsync

        Mono<Void> approvePrivateEndpointConnectionAsync​(String privateEndpointConnectionName)
        Approves the private endpoint connection.
        Parameters:
        privateEndpointConnectionName - the name of the private endpoint connection.
        Returns:
        the completion.
      • rejectPrivateEndpointConnection

        void rejectPrivateEndpointConnection​(String privateEndpointConnectionName)
        Rejects the private endpoint connection.
        Parameters:
        privateEndpointConnectionName - the name of the private endpoint connection.
      • rejectPrivateEndpointConnectionAsync

        Mono<Void> rejectPrivateEndpointConnectionAsync​(String privateEndpointConnectionName)
        Rejects the private endpoint connection.
        Parameters:
        privateEndpointConnectionName - the name of the private endpoint connection.
        Returns:
        the completion.