Advisors interface

Interface representing a Advisors.

Methods

get(string, string, string, AdvisorsGetOptionalParams)

Get a recommendation action advisor.

listByServer(string, string, AdvisorsListByServerOptionalParams)

List recommendation action advisors.

Method Details

get(string, string, string, AdvisorsGetOptionalParams)

Get a recommendation action advisor.

function get(resourceGroupName: string, serverName: string, advisorName: string, options?: AdvisorsGetOptionalParams): Promise<Advisor>

Parameters

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.

options
AdvisorsGetOptionalParams

The options parameters.

Returns

Promise<Advisor>

listByServer(string, string, AdvisorsListByServerOptionalParams)

List recommendation action advisors.

function listByServer(resourceGroupName: string, serverName: string, options?: AdvisorsListByServerOptionalParams): PagedAsyncIterableIterator<Advisor, Advisor[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serverName

string

The name of the server.

options
AdvisorsListByServerOptionalParams

The options parameters.

Returns