ServerAutomaticTuning Class
Server-level Automatic Tuning.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ServerAutomaticTuning(*, desired_state: str | _models.AutomaticTuningServerMode | None = None, options: dict[str, '_models.AutomaticTuningServerOptions'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
desired_state
|
Automatic tuning desired state. Known values are: "Custom", "Auto", and "Unspecified". Default value: None
|
|
options
|
Automatic tuning options definition. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
desired_state
|
Automatic tuning desired state. Known values are: "Custom", "Auto", and "Unspecified". |
|
actual_state
|
Automatic tuning actual state. Known values are: "Custom", "Auto", and "Unspecified". |
|
options
|
Automatic tuning options definition. |