IUpdate Interface

Definition

The template for a SqlServerAutomaticTuning update operation, containing all the settings that can be modified.

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlServerAutomaticTuning>, Microsoft.Azure.Management.Sql.Fluent.SqlServerAutomaticTuning.Update.IWithAutomaticTuningMode, Microsoft.Azure.Management.Sql.Fluent.SqlServerAutomaticTuning.Update.IWithAutomaticTuningOptions
type IUpdate = interface
    interface IBeta
    interface IWithAutomaticTuningMode
    interface IWithAutomaticTuningOptions
    interface IAppliable<ISqlServerAutomaticTuning>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlServerAutomaticTuning), IBeta, IWithAutomaticTuningMode, IWithAutomaticTuningOptions
Implements

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
WithAutomaticTuningMode(AutomaticTuningServerMode)

Sets the SQL server automatic tuning desired state.

(Inherited from IWithAutomaticTuningMode)
WithAutomaticTuningOption(String, AutomaticTuningOptionModeDesired)

Sets the various SQL server automatic tuning options desired state.

(Inherited from IWithAutomaticTuningOptions)
WithAutomaticTuningOptions(IDictionary<String,AutomaticTuningOptionModeDesired>)

Sets the various SQL server automatic tuning options desired state.

(Inherited from IWithAutomaticTuningOptions)

Applies to