ServerAdministratorsOperationsExtensions.List Method

Definition

Returns a list of server Administrators.

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)

Parameters

operations
IServerAdministratorsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

serverName
String

The name of the server.

Returns

Applies to