ServerAutomaticTuningOperations 類別
ServerAutomaticTuningOperations 作業。
您不應該直接具現化此類別。 相反地,您應該建立用戶端實例來為您具現化它,並將它附加為屬性。
- 繼承
-
builtins.objectServerAutomaticTuningOperations
建構函式
ServerAutomaticTuningOperations(client, config, serializer, deserializer)
參數
- client
必要
服務要求的用戶端。
- config
必要
服務用戶端的設定。
- serializer
必要
物件模型序列化程式。
- deserializer
必要
物件模型還原序列化程式。
變數
- models
此作業群組中使用的模型類別別名。
方法
get |
擷取伺服器自動調整選項。 |
update |
補救伺服器上的自動微調選項。 |
get
擷取伺服器自動調整選項。
get(resource_group_name: str, server_name: str, **kwargs: Any) -> _models.ServerAutomaticTuning
參數
- cls
- callable
將傳遞直接回應的自訂類型或函式
傳回
ServerAutomaticTuning 或 cls (回應的結果)
傳回類型
例外狀況
update
補救伺服器上的自動微調選項。
update(resource_group_name: str, server_name: str, parameters: '_models.ServerAutomaticTuning', **kwargs: Any) -> _models.ServerAutomaticTuning
參數
- cls
- callable
將傳遞直接回應的自訂類型或函式
傳回
ServerAutomaticTuning 或 cls (回應的結果)
傳回類型
例外狀況
屬性
models
models = <module 'azure.mgmt.sql.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\sql\\models\\__init__.py'>