次の方法で共有


IWithAutomaticTuningMode.WithAutomaticTuningMode メソッド

定義

SQL Server の自動チューニングの目的の状態を設定します。

public Microsoft.Azure.Management.Sql.Fluent.SqlServerAutomaticTuning.Update.IUpdate WithAutomaticTuningMode (Microsoft.Azure.Management.Sql.Fluent.Models.AutomaticTuningServerMode desiredState);
abstract member WithAutomaticTuningMode : Microsoft.Azure.Management.Sql.Fluent.Models.AutomaticTuningServerMode -> Microsoft.Azure.Management.Sql.Fluent.SqlServerAutomaticTuning.Update.IUpdate
Public Function WithAutomaticTuningMode (desiredState As AutomaticTuningServerMode) As IUpdate

パラメーター

desiredState
AutomaticTuningServerMode

サーバーの自動チューニングの目的の状態。

戻り値

適用対象