ServerAutomaticTuning Class

Server-level Automatic Tuning.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.sql.models._models_py3.ProxyResource
ServerAutomaticTuning

Constructor

ServerAutomaticTuning(*, desired_state: Optional[Union[str, azure.mgmt.sql.models._sql_management_client_enums.AutomaticTuningServerMode]] = None, options: Optional[Dict[str, azure.mgmt.sql.models._models_py3.AutomaticTuningServerOptions]] = None, **kwargs)

Parameters

desired_state
str or AutomaticTuningServerMode
Required

Automatic tuning desired state. Possible values include: "Custom", "Auto", "Unspecified".

options
dict[str, AutomaticTuningServerOptions]
Required

Automatic tuning options definition.

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

actual_state
str or AutomaticTuningServerMode

Automatic tuning actual state. Possible values include: "Custom", "Auto", "Unspecified".