ServerAutomaticTuning 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.
Server-level Automatic Tuning.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerAutomaticTuning : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerAutomaticTuning = class
inherit ProxyResource
Public Class ServerAutomaticTuning
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
ServerAutomaticTuning() |
Initializes a new instance of the ServerAutomaticTuning class. |
ServerAutomaticTuning(String, String, String, Nullable<AutomaticTuningServerMode>, Nullable<AutomaticTuningServerMode>, IDictionary<String,AutomaticTuningServerOptions>) |
Initializes a new instance of the ServerAutomaticTuning class. |
Properties
ActualState |
Gets automatic tuning actual state. Possible values include: 'Custom', 'Auto', 'Unspecified' |
DesiredState |
Gets or sets automatic tuning desired state. Possible values include: '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