IUpdate Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Modèle pour une opération de mise à jour SqlServerAutomaticTuning, contenant tous les paramètres pouvant être modifiés.
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
- Implémente
Propriétés
Key |
Modèle pour une opération de mise à jour SqlServerAutomaticTuning, contenant tous les paramètres pouvant être modifiés. (Hérité de IIndexable) |
Méthodes
Apply() |
Exécutez la demande de mise à jour. (Hérité de IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Exécutez la demande de mise à jour de façon asynchrone. (Hérité de IAppliable<T>) |
WithAutomaticTuningMode(AutomaticTuningServerMode) |
Définit l’état souhaité de réglage automatique SQL Server. (Hérité de IWithAutomaticTuningMode) |
WithAutomaticTuningOption(String, AutomaticTuningOptionModeDesired) |
Définit l’état souhaité des différentes options de réglage automatique SQL Server. (Hérité de IWithAutomaticTuningOptions) |
WithAutomaticTuningOptions(IDictionary<String,AutomaticTuningOptionModeDesired>) |
Définit l’état souhaité des différentes options de réglage automatique SQL Server. (Hérité de IWithAutomaticTuningOptions) |
S’applique à
Azure SDK for .NET