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
|
Default value: None
|
options
|
Default value: None
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
actual_state
|
Automatic tuning actual state. Possible values include: "Custom", "Auto", "Unspecified". |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python