SupportsListingPrivateEndpointConnection Interface

public interface SupportsListingPrivateEndpointConnection

Provides access to listing Private endpoint connections to an Azure resource.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<PrivateEndpointConnection> listPrivateEndpointConnections()

Gets the collection of Private endpoint connection.

abstract PagedFlux<PrivateEndpointConnection> listPrivateEndpointConnectionsAsync()

Gets the collection of Private endpoint connection.

Method Details

listPrivateEndpointConnections

public abstract PagedIterable listPrivateEndpointConnections()

Gets the collection of Private endpoint connection.

Returns:

the collection of Private endpoint connection.

listPrivateEndpointConnectionsAsync

public abstract PagedFlux listPrivateEndpointConnectionsAsync()

Gets the collection of Private endpoint connection.

Returns:

the collection of Private endpoint connection.

Applies to