public interface SupportsListingPrivateEndpointConnection
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection> |
listPrivateEndpointConnections()
Gets the collection of Private endpoint connection.
|
com.azure.core.http.rest.PagedFlux<PrivateEndpointConnection> |
listPrivateEndpointConnectionsAsync()
Gets the collection of Private endpoint connection.
|
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection> listPrivateEndpointConnections()
com.azure.core.http.rest.PagedFlux<PrivateEndpointConnection> listPrivateEndpointConnectionsAsync()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.