AdvisorsOperationsExtensions.Get Method

Definition

Get a recommendation action advisor.

public static Microsoft.Azure.Management.MySQL.Models.Advisor Get (this Microsoft.Azure.Management.MySQL.IAdvisorsOperations operations, string resourceGroupName, string serverName, string advisorName);
static member Get : Microsoft.Azure.Management.MySQL.IAdvisorsOperations * string * string * string -> Microsoft.Azure.Management.MySQL.Models.Advisor
<Extension()>
Public Function Get (operations As IAdvisorsOperations, resourceGroupName As String, serverName As String, advisorName As String) As 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.

advisorName
String

The advisor name for recommendation action.

Returns

Applies to