次の方法で共有


ServerAutomaticTuningOperations interface

ServerAutomaticTuningOperations を表すインターフェイス。

メソッド

get(string, string, ServerAutomaticTuningGetOptionalParams)

サーバーの自動チューニング オプションを取得します。

update(string, string, ServerAutomaticTuning, ServerAutomaticTuningUpdateOptionalParams)

サーバーの自動チューニング オプションを更新します。

メソッドの詳細

get(string, string, ServerAutomaticTuningGetOptionalParams)

サーバーの自動チューニング オプションを取得します。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

options
ServerAutomaticTuningGetOptionalParams

options パラメーター。

戻り値

update(string, string, ServerAutomaticTuning, ServerAutomaticTuningUpdateOptionalParams)

サーバーの自動チューニング オプションを更新します。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

parameters
ServerAutomaticTuning

要求された自動チューニング リソースの状態。

options
ServerAutomaticTuningUpdateOptionalParams

options パラメーター。

戻り値