AutomaticTuningOptions Class
Automatic tuning properties for individual advisors.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
AutomaticTuningOptions(*, desired_state: str | AutomaticTuningOptionModeDesired | None = None, **kwargs)
Parameters
Name | Description |
---|---|
desired_state
Required
|
Automatic tuning option desired state. Possible values include: "Off", "On", "Default". |
Keyword-Only Parameters
Name | Description |
---|---|
desired_state
Required
|
|
Variables
Name | Description |
---|---|
actual_state
|
Automatic tuning option actual state. Possible values include: "Off", "On". |
reason_code
|
Reason code if desired and actual state are different. |
reason_desc
|
Reason description if desired and actual state are different. Possible values include: "Default", "Disabled", "AutoConfigured", "InheritedFromServer", "QueryStoreOff", "QueryStoreReadOnly", "NotSupported". |
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