DatabaseAutomaticTuning Class
Database-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.ProxyResourceDatabaseAutomaticTuning
Constructor
DatabaseAutomaticTuning(*, desired_state: str | AutomaticTuningMode | None = None, options: Dict[str, AutomaticTuningOptions] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
desired_state
Required
|
Automatic tuning desired state. Possible values include: "Inherit", "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: "Inherit", "Custom", "Auto", "Unspecified". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python