IUpdate インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
変更できるすべての設定を含む 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) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET