Compartilhar via


PrivateEndpointConnectionsOperationsExtensions.ListByServer Método

Definição

Obtém todas as conexões de ponto de extremidade privado em um 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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

serverName
String

O nome do servidor.

Retornos

Aplica-se a