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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java