ServerAutomaticTuningOperations interface

Interface representing a ServerAutomaticTuningOperations.

Methods

get(string, string, ServerAutomaticTuningGetOptionalParams)

Retrieves server automatic tuning options.

update(string, string, ServerAutomaticTuning, ServerAutomaticTuningUpdateOptionalParams)

Update automatic tuning options on server.

Method Details

get(string, string, ServerAutomaticTuningGetOptionalParams)

Retrieves server automatic tuning options.

function get(resourceGroupName: string, serverName: string, options?: ServerAutomaticTuningGetOptionalParams): Promise<ServerAutomaticTuning>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

options
ServerAutomaticTuningGetOptionalParams

The options parameters.

Returns

update(string, string, ServerAutomaticTuning, ServerAutomaticTuningUpdateOptionalParams)

Update automatic tuning options on server.

function update(resourceGroupName: string, serverName: string, parameters: ServerAutomaticTuning, options?: ServerAutomaticTuningUpdateOptionalParams): Promise<ServerAutomaticTuning>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

parameters
ServerAutomaticTuning

The requested automatic tuning resource state.

options
ServerAutomaticTuningUpdateOptionalParams

The options parameters.

Returns