Freigeben über


PrivateEndpointConnectionsOperationsExtensions.ListByServer Methode

Definition

Ruft alle privaten Endpunktverbindungen auf einem Server ab.

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

Parameter

operations
IPrivateEndpointConnectionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serverName
String

Name des Servers

Gibt zurück

Gilt für: