DatabaseAutomaticTuningInner 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 DatabaseAutomaticTuningInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DatabaseAutomaticTuningInner = class
inherit ProxyResourceInner
Public Class DatabaseAutomaticTuningInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
DatabaseAutomaticTuningInner() |
Initializes a new instance of the DatabaseAutomaticTuningInner class. |
DatabaseAutomaticTuningInner(String, String, String, Nullable<AutomaticTuningMode>, Nullable<AutomaticTuningMode>, IDictionary<String,AutomaticTuningOptions>) |
Initializes a new instance of the DatabaseAutomaticTuningInner 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 |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
Options |
Gets or sets automatic tuning options definition. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |
Applies to
Azure SDK for .NET