Freigeben über


PrivateEndpointConnectionsOperationsExtensions.ListByServerAsync Methode

Definition

Ruft alle privaten Endpunktverbindungen auf einem Server ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.PrivateEndpointConnection>> ListByServerAsync (this Microsoft.Azure.Management.MySQL.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string serverName, System.Threading.CancellationToken cancellationToken = default);
static member ListByServerAsync : Microsoft.Azure.Management.MySQL.IPrivateEndpointConnectionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.PrivateEndpointConnection>>
<Extension()>
Public Function ListByServerAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, serverName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateEndpointConnection))

Parameter

operations
IPrivateEndpointConnectionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

serverName
String

Name des Servers

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: