Interface SupportsListingPrivateEndpointConnection
-
public interface SupportsListingPrivateEndpointConnectionProvides access to listing Private endpoint connections to an Azure resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
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.
-
-