PrivateEndpointConnectionsOperationsExtensions.ListByServer Method

Definition

Gets all private endpoint connections on a server.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.PrivateEndpointConnection> ListByServer (this Microsoft.Azure.Management.PostgreSQL.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string serverName);
static member ListByServer : Microsoft.Azure.Management.PostgreSQL.IPrivateEndpointConnectionsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.PrivateEndpointConnection>
<Extension()>
Public Function ListByServer (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, serverName As String) As IPage(Of PrivateEndpointConnection)

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

serverName
String

The name of the server.

Returns

Applies to