DatabaseAutomaticTuning Class
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.
Database-level Automatic Tuning.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DatabaseAutomaticTuning : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DatabaseAutomaticTuning = class
inherit ProxyResource
Public Class DatabaseAutomaticTuning
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
DatabaseAutomaticTuning() |
Initializes a new instance of the DatabaseAutomaticTuning class. |
DatabaseAutomaticTuning(String, String, String, Nullable<AutomaticTuningMode>, Nullable<AutomaticTuningMode>, IDictionary<String,AutomaticTuningOptions>) |
Initializes a new instance of the DatabaseAutomaticTuning class. |
Properties
ActualState |
Gets automatic tuning actual state. Possible values include: 'Inherit', 'Custom', 'Auto', 'Unspecified' |
DesiredState |
Gets or sets automatic tuning desired state. Possible values include: 'Inherit', 'Custom', 'Auto', 'Unspecified' |
Id |
Gets resource ID. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
Options |
Gets or sets automatic tuning options definition. |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET