Database Automatic Tuning - Update
Aktualisieren Sie die Eigenschaften der automatischen Optimierung für die Zieldatenbank.
PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/automaticTuning/current?api-version=2021-11-01
URI-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
database
|
path | True |
string |
Der Name der Datenbank. |
resource
|
path | True |
string |
Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden. |
server
|
path | True |
string |
Name des Servers |
subscription
|
path | True |
string |
Abonnement-ID für ein Azure-Abonnement. |
api-version
|
query | True |
string |
API-Version, die für die Anforderung verwendet werden soll. |
Anforderungstext
Name | Typ | Beschreibung |
---|---|---|
properties.desiredState |
Automatische Optimierung des gewünschten Zustands. |
|
properties.options |
<string,
Automatic |
Definition der automatischen Optimierungsoptionen. |
Antworten
Name | Typ | Beschreibung |
---|---|---|
200 OK |
Die angegebenen Einstellungen für die automatische Datenbankoptimierung wurden erfolgreich aktualisiert. |
|
Other Status Codes |
Fehlerantworten: ***
|
Beispiele
Updates database automatic tuning settings with all properties |
Updates database automatic tuning settings with minimal properties |
Updates database automatic tuning settings with all properties
Beispielanforderung
PATCH https://management.azure.com/subscriptions/c3aa9078-0000-0000-0000-e36f151182d7/resourceGroups/default-sql-onebox/providers/Microsoft.Sql/servers/testsvr11/databases/db1/automaticTuning/current?api-version=2021-11-01
{
"properties": {
"desiredState": "Auto",
"options": {
"createIndex": {
"desiredState": "Off"
},
"dropIndex": {
"desiredState": "On"
},
"forceLastGoodPlan": {
"desiredState": "Default"
}
}
}
}
Beispiel für eine Antwort
{
"id": "/subscriptions/c3aa9078-0000-0000-0000-e36f151182d7/resourceGroups/default-sql-onebox/providers/Microsoft.Sql/servers/testsvr11/databases/db1/automaticTuning/current",
"name": "current",
"type": "Microsoft.Sql/servers/databases/automaticTuning",
"properties": {
"desiredState": "Auto",
"actualState": "Auto",
"options": {
"forceLastGoodPlan": {
"desiredState": "Default",
"actualState": "On",
"reasonCode": 2,
"reasonDesc": "AutoConfigured"
},
"createIndex": {
"desiredState": "Off",
"actualState": "Off"
},
"dropIndex": {
"desiredState": "On",
"actualState": "On"
},
"maintainIndex": {
"desiredState": "Default",
"actualState": "Off",
"reasonCode": 2,
"reasonDesc": "AutoConfigured"
}
}
}
}
Updates database automatic tuning settings with minimal properties
Beispielanforderung
Beispiel für eine Antwort
{
"id": "/subscriptions/c3aa9078-0000-0000-0000-e36f151182d7/resourceGroups/default-sql-onebox/providers/Microsoft.Sql/servers/testsvr11/databases/db1/automaticTuning/current",
"name": "current",
"type": "Microsoft.Sql/servers/databases/automaticTuning",
"properties": {
"desiredState": "Auto",
"actualState": "Auto",
"options": {
"forceLastGoodPlan": {
"desiredState": "Default",
"actualState": "On",
"reasonCode": 2,
"reasonDesc": "AutoConfigured"
},
"createIndex": {
"desiredState": "Default",
"actualState": "On",
"reasonCode": 2,
"reasonDesc": "AutoConfigured"
},
"dropIndex": {
"desiredState": "Default",
"actualState": "Off",
"reasonCode": 2,
"reasonDesc": "AutoConfigured"
},
"maintainIndex": {
"desiredState": "Default",
"actualState": "Off",
"reasonCode": 2,
"reasonDesc": "AutoConfigured"
}
}
}
}
Definitionen
Name | Beschreibung |
---|---|
Automatic |
Die Beschreibung des Grunds, falls gewünscht, und der tatsächliche Zustand unterscheiden sich. |
Automatic |
Automatische Optimierung des gewünschten Zustands. |
Automatic |
Ist-Zustand der Automatischen Optimierungsoption. |
Automatic |
Gewünschter Zustand der automatischen Optimierungsoption. |
Automatic |
Automatische Optimierungseigenschaften für einzelne Berater. |
Database |
Automatische Optimierung auf Datenbankebene. |
AutomaticTuningDisabledReason
Die Beschreibung des Grunds, falls gewünscht, und der tatsächliche Zustand unterscheiden sich.
Name | Typ | Beschreibung |
---|---|---|
AutoConfigured |
string |
|
Default |
string |
|
Disabled |
string |
|
InheritedFromServer |
string |
|
NotSupported |
string |
|
QueryStoreOff |
string |
|
QueryStoreReadOnly |
string |
AutomaticTuningMode
Automatische Optimierung des gewünschten Zustands.
Name | Typ | Beschreibung |
---|---|---|
Auto |
string |
|
Custom |
string |
|
Inherit |
string |
|
Unspecified |
string |
AutomaticTuningOptionModeActual
Ist-Zustand der Automatischen Optimierungsoption.
Name | Typ | Beschreibung |
---|---|---|
Off |
string |
|
On |
string |
AutomaticTuningOptionModeDesired
Gewünschter Zustand der automatischen Optimierungsoption.
Name | Typ | Beschreibung |
---|---|---|
Default |
string |
|
Off |
string |
|
On |
string |
AutomaticTuningOptions
Automatische Optimierungseigenschaften für einzelne Berater.
Name | Typ | Beschreibung |
---|---|---|
actualState |
Ist-Zustand der Automatischen Optimierungsoption. |
|
desiredState |
Gewünschter Zustand der automatischen Optimierungsoption. |
|
reasonCode |
integer |
Der Grundcode, falls gewünscht, und der tatsächliche Zustand unterscheiden sich. |
reasonDesc |
Die Beschreibung des Grunds, falls gewünscht, und der tatsächliche Zustand unterscheiden sich. |
DatabaseAutomaticTuning
Automatische Optimierung auf Datenbankebene.
Name | Typ | Beschreibung |
---|---|---|
id |
string |
Ressourcen-ID |
name |
string |
Name der Ressource. |
properties.actualState |
Automatische Optimierung des Ist-Zustands. |
|
properties.desiredState |
Automatische Optimierung des gewünschten Zustands. |
|
properties.options |
<string,
Automatic |
Definition der automatischen Optimierungsoptionen. |
type |
string |
Der Ressourcentyp. |