Freigeben über


PrivateLinkResourcesOperationsExtensions.ListByServerAsync Methode

Definition

Ruft die Private Link-Ressourcen für den PostgreSQL-Server ab.

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

Parameter

operations
IPrivateLinkResourcesOperations

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: