AdvisorsOperationsExtensions.ListByServer Method

Definition

List recommendation action advisors.

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)

Parameters

operations
IAdvisorsOperations

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