TuningOptionsOperations interface
Interface representing a TuningOptionsOperations.
Methods
| get(string, string, string, Tuning |
Gets the tuning options of a server. |
| list |
Lists the tuning options of a server. |
| list |
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.
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.
The options parameters.