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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java