Share via


IWithAutomaticTuningMode.WithAutomaticTuningMode Method

Definition

Sets the SQL server automatic tuning desired state.

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

Parameters

desiredState
AutomaticTuningServerMode

The server automatic tuning desired state.

Returns

Applies to