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
Paged |
listPrivateEndpointConnections()
Gets the collection of Private endpoint connection. |
abstract
Paged |
listPrivateEndpointConnectionsAsync()
Gets the collection of Private endpoint connection. |
Method Details
listPrivateEndpointConnections
public abstract PagedIterable
Gets the collection of Private endpoint connection.
Returns:
the collection of Private endpoint connection.
listPrivateEndpointConnectionsAsync
public abstract PagedFlux
Gets the collection of Private endpoint connection.
Returns:
the collection of Private endpoint connection.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java