IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The template for a SqlDatabaseAutomaticTuning 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.ISqlDatabaseAutomaticTuning>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseAutomaticTuning.Update.IWithAutomaticTuningMode, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseAutomaticTuning.Update.IWithAutomaticTuningOptions
type IUpdate = interface
interface IBeta
interface IWithAutomaticTuningMode
interface IWithAutomaticTuningOptions
interface IAppliable<ISqlDatabaseAutomaticTuning>
interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlDatabaseAutomaticTuning), 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(AutomaticTuningMode) |
Sets the SQL database automatic tuning desired state. (Inherited from IWithAutomaticTuningMode) |
WithAutomaticTuningOption(String, AutomaticTuningOptionModeDesired) |
Sets the various SQL database automatic tuning options desired state. (Inherited from IWithAutomaticTuningOptions) |
WithAutomaticTuningOptions(IDictionary<String,AutomaticTuningOptionModeDesired>) |
Sets the various SQL database automatic tuning options desired state. (Inherited from IWithAutomaticTuningOptions) |
Applies to
Azure SDK for .NET