ServerAutomaticTuningInner Class

Definition

Server-level Automatic Tuning.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerAutomaticTuningInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerAutomaticTuningInner = class
    inherit ProxyResourceInner
Public Class ServerAutomaticTuningInner
Inherits ProxyResourceInner
Inheritance
ServerAutomaticTuningInner
Attributes

Constructors

ServerAutomaticTuningInner()

Initializes a new instance of the ServerAutomaticTuningInner class.

ServerAutomaticTuningInner(String, String, String, Nullable<AutomaticTuningServerMode>, Nullable<AutomaticTuningServerMode>, IDictionary<String,AutomaticTuningServerOptions>)

Initializes a new instance of the ServerAutomaticTuningInner 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

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