ServerAdministratorsOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.