Share via


TuningOptionsOperations interface

Interface representing a TuningOptionsOperations.

Methods

get(string, string, string, TuningOptionsGetOptionalParams)

Gets the tuning options of a server.

listByServer(string, string, TuningOptionsListByServerOptionalParams)

Lists the tuning options of a server.

listRecommendations(string, string, string, TuningOptionsListRecommendationsOptionalParams)

Lists available object recommendations.

Method Details

get(string, string, string, TuningOptionsGetOptionalParams)

Gets the tuning options of a server.

function get(resourceGroupName: string, serverName: string, tuningOption: string, options?: TuningOptionsGetOptionalParams): Promise<TuningOptions>

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
TuningOptionsGetOptionalParams

The options parameters.

Returns

Promise<TuningOptions>

listByServer(string, string, TuningOptionsListByServerOptionalParams)

Lists the tuning options of a server.

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

Parameters

resourceGroupName

string

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

serverName

string

The name of the server.

options
TuningOptionsListByServerOptionalParams

The options parameters.

Returns

listRecommendations(string, string, string, TuningOptionsListRecommendationsOptionalParams)

Lists available object recommendations.

function listRecommendations(resourceGroupName: string, serverName: string, tuningOption: string, options?: TuningOptionsListRecommendationsOptionalParams): PagedAsyncIterableIterator<ObjectRecommendation, ObjectRecommendation[], 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
TuningOptionsListRecommendationsOptionalParams

The options parameters.

Returns