Compartir a través de


PrivateEndpointConnectionsOperationsExtensions.ListByServer Método

Definición

Obtiene todas las conexiones de punto de conexión privado en un servidor.

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

Parámetros

operations
IPrivateEndpointConnectionsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

serverName
String

El nombre del servidor.

Devoluciones

Se aplica a