Compartilhar via


ServerAdministratorsOperationsExtensions.List Método

Definição

Retorna uma lista de administradores do servidor.

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

Parâmetros

operations
IServerAdministratorsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

serverName
String

O nome do servidor.

Retornos

Aplica-se a