次の方法で共有


IUpdate インターフェイス

定義

変更できるすべての設定を含む SqlServerAutomaticTuning 更新操作のテンプレート。

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
実装

プロパティ

Key

変更できるすべての設定を含む SqlServerAutomaticTuning 更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
WithAutomaticTuningMode(AutomaticTuningServerMode)

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

(継承元 IWithAutomaticTuningMode)
WithAutomaticTuningOption(String, AutomaticTuningOptionModeDesired)

さまざまな SQL Server 自動チューニング オプションの必要な状態を設定します。

(継承元 IWithAutomaticTuningOptions)
WithAutomaticTuningOptions(IDictionary<String,AutomaticTuningOptionModeDesired>)

さまざまな SQL Server 自動チューニング オプションの必要な状態を設定します。

(継承元 IWithAutomaticTuningOptions)

適用対象