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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java