你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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