Interface SupportsListingPrivateEndpointConnection
public interface SupportsListingPrivateEndpointConnection
Provides access to listing Private endpoint connections to an Azure resource.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<PrivateEndpointConnection> Gets the collection of Private endpoint connection.com.azure.core.http.rest.PagedFlux<PrivateEndpointConnection> Gets the collection of Private endpoint connection.
-
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.
-