TuningIndex interface
Interface representing a TuningIndex.
Methods
| list |
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.
The options parameters.