Share via


TuningIndex interface

Interface representing a TuningIndex.

Methods

listRecommendations(string, string, string, TuningIndexListRecommendationsOptionalParams)

Retrieve the list of available tuning index recommendations.

Method Details

listRecommendations(string, string, string, TuningIndexListRecommendationsOptionalParams)

Retrieve the list of available tuning index recommendations.

function listRecommendations(resourceGroupName: string, serverName: string, tuningOption: string, options?: TuningIndexListRecommendationsOptionalParams): PagedAsyncIterableIterator<IndexRecommendationResource, IndexRecommendationResource[], PageSettings>

Parameters

resourceGroupName

string

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

serverName

string

The name of the server.

tuningOption

string

The name of the tuning option.

options
TuningIndexListRecommendationsOptionalParams

The options parameters.

Returns