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

RecommendedActions interface

Interface representing a RecommendedActions.

Methods

get(string, string, string, string, RecommendedActionsGetOptionalParams)

Retrieve recommended actions from the advisor.

listByServer(string, string, string, RecommendedActionsListByServerOptionalParams)

Retrieve recommended actions from the advisor.

Method Details

get(string, string, string, string, RecommendedActionsGetOptionalParams)

Retrieve recommended actions from the advisor.

function get(resourceGroupName: string, serverName: string, advisorName: string, recommendedActionName: string, options?: RecommendedActionsGetOptionalParams): Promise<RecommendationAction>

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.

recommendedActionName

string

The recommended action name.

options
RecommendedActionsGetOptionalParams

The options parameters.

Returns

listByServer(string, string, string, RecommendedActionsListByServerOptionalParams)

Retrieve recommended actions from the advisor.

function listByServer(resourceGroupName: string, serverName: string, advisorName: string, options?: RecommendedActionsListByServerOptionalParams): PagedAsyncIterableIterator<RecommendationAction, RecommendationAction[], PageSettings>

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
RecommendedActionsListByServerOptionalParams

The options parameters.

Returns