Compartilhar via


AdvisorsOperationsExtensions.ListByServer Método

Definição

Listar assistentes de ação de recomendação.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.Advisor> ListByServer (this Microsoft.Azure.Management.MySQL.IAdvisorsOperations operations, string resourceGroupName, string serverName);
static member ListByServer : Microsoft.Azure.Management.MySQL.IAdvisorsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.Advisor>
<Extension()>
Public Function ListByServer (operations As IAdvisorsOperations, resourceGroupName As String, serverName As String) As IPage(Of Advisor)

Parâmetros

operations
IAdvisorsOperations

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