你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DatabaseAutomaticTuningOperations interface

Interface representing a DatabaseAutomaticTuningOperations.

Methods

get(string, string, string, DatabaseAutomaticTuningGetOptionalParams)

Gets a database's automatic tuning.

update(string, string, string, DatabaseAutomaticTuning, DatabaseAutomaticTuningUpdateOptionalParams)

Update automatic tuning properties for target database.

Method Details

get(string, string, string, DatabaseAutomaticTuningGetOptionalParams)

Gets a database's automatic tuning.

function get(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabaseAutomaticTuningGetOptionalParams): Promise<DatabaseAutomaticTuning>

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.

databaseName

string

The name of the database.

options
DatabaseAutomaticTuningGetOptionalParams

The options parameters.

Returns

update(string, string, string, DatabaseAutomaticTuning, DatabaseAutomaticTuningUpdateOptionalParams)

Update automatic tuning properties for target database.

function update(resourceGroupName: string, serverName: string, databaseName: string, parameters: DatabaseAutomaticTuning, options?: DatabaseAutomaticTuningUpdateOptionalParams): Promise<DatabaseAutomaticTuning>

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.

databaseName

string

The name of the database.

parameters
DatabaseAutomaticTuning

The requested automatic tuning resource state.

options
DatabaseAutomaticTuningUpdateOptionalParams

The options parameters.

Returns