Interface SupportsListingPrivateEndpointConnection


public interface SupportsListingPrivateEndpointConnection
Provides access to listing Private endpoint connections to an Azure resource.
  • Method Details

    • listPrivateEndpointConnections

      com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection> listPrivateEndpointConnections()
      Gets the collection of Private endpoint connection.
      Returns:
      the collection of Private endpoint connection.
    • listPrivateEndpointConnectionsAsync

      com.azure.core.http.rest.PagedFlux<PrivateEndpointConnection> listPrivateEndpointConnectionsAsync()
      Gets the collection of Private endpoint connection.
      Returns:
      the collection of Private endpoint connection.