Package version:

Interface DatabaseAutomaticTuning

Database-level Automatic Tuning.

Hierarchy

Properties

actualState?: AutomaticTuningMode

Automatic tuning actual state. NOTE: This property will not be serialized. It can only be populated by the server.

desiredState?: AutomaticTuningMode

Automatic tuning desired state.

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

options?: {
    [propertyName: string]: AutomaticTuningOptions;
}

Automatic tuning options definition.

Type declaration

type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc