Partager via


ServerAdministratorsOperationsExtensions.List Méthode

Définition

Retourne une liste d’administrateurs de serveur.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.PostgreSQL.Models.ServerAdministratorResource> List (this Microsoft.Azure.Management.PostgreSQL.IServerAdministratorsOperations operations, string resourceGroupName, string serverName);
static member List : Microsoft.Azure.Management.PostgreSQL.IServerAdministratorsOperations * string * string -> seq<Microsoft.Azure.Management.PostgreSQL.Models.ServerAdministratorResource>
<Extension()>
Public Function List (operations As IServerAdministratorsOperations, resourceGroupName As String, serverName As String) As IEnumerable(Of ServerAdministratorResource)

Paramètres

operations
IServerAdministratorsOperations

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 à