Partager via


PrivateLinkResourcesOperationsExtensions.ListByServer Méthode

Définition

Obtient les ressources de liaison privée pour le serveur PostgreSQL.

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

Paramètres

operations
IPrivateLinkResourcesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serverName
String

Le nom du serveur

Retours

S’applique à