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 | 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". |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python