ServerAutomaticTuning Class

Definition

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
ServerAutomaticTuning
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