Compartilhar via


ServerAdvisorsOperationsExtensions.ListByServer Método

Definição

Obtém uma lista de assistentes de servidor.

public static System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Advisor> ListByServer (this Microsoft.Azure.Management.Sql.IServerAdvisorsOperations operations, string resourceGroupName, string serverName, string expand = default);
static member ListByServer : Microsoft.Azure.Management.Sql.IServerAdvisorsOperations * string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Advisor>
<Extension()>
Public Function ListByServer (operations As IServerAdvisorsOperations, resourceGroupName As String, serverName As String, Optional expand As String = Nothing) As IList(Of Advisor)

Parâmetros

operations
IServerAdvisorsOperations

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

resourceGroupName
String

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.

serverName
String

O nome do servidor.

expand
String

Os recursos filho a serem incluídos na resposta.

Retornos

Aplica-se a