ISqlDatabaseAutomaticTuning 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.
An immutable client-side representation of an Azure SQL database automatic tuning object.
public interface ISqlDatabaseAutomaticTuning : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseAutomaticTuningInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabaseAutomaticTuning>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseAutomaticTuning.Update.IUpdate>
type ISqlDatabaseAutomaticTuning = interface
interface IBeta
interface IHasInner<DatabaseAutomaticTuningInner>
interface IRefreshable<ISqlDatabaseAutomaticTuning>
interface IUpdatable<IUpdate>
Public Interface ISqlDatabaseAutomaticTuning
Implements IBeta, IHasInner(Of DatabaseAutomaticTuningInner), IRefreshable(Of ISqlDatabaseAutomaticTuning), IUpdatable(Of IUpdate)
- Implements
Properties
ActualState |
Gets the database automatic tuning actual state. |
DesiredState |
Gets the database automatic tuning desired state. |
Inner | (Inherited from IHasInner<T>) |
TuningOptions |
Gets the database automatic tuning individual options. |
Methods
Refresh() |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
Update() | (Inherited from IUpdatable<T>) |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET