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.ProxyResourceServerAutomaticTuning
Constructor
ServerAutomaticTuning(*, desired_state: str | AutomaticTuningServerMode | None = None, options: Dict[str, AutomaticTuningServerOptions] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
desired_state
Required
|
Automatic tuning desired state. Possible values include: "Custom", "Auto", "Unspecified". |
options
Required
|
Automatic tuning options definition. |
Keyword-Only Parameters
Name | Description |
---|---|
desired_state
Required
|
|
options
Required
|
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
actual_state
|
Automatic tuning actual state. Possible values include: "Custom", "Auto", "Unspecified". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python