Server Automatic Tuning - Update
Opties voor automatisch afstemmen op de server bijwerken.
PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/automaticTuning/current?api-version=2021-11-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
De naam van de resourcegroep die de resource bevat. U kunt deze waarde verkrijgen via de Azure Resource Manager-API of de portal. |
server
|
path | True |
string |
De naam van de server. |
subscription
|
path | True |
string |
De abonnements-id waarmee een Azure-abonnement wordt geïdentificeerd. |
api-version
|
query | True |
string |
De API-versie die moet worden gebruikt voor de aanvraag. |
Aanvraagbody
Name | Type | Description |
---|---|---|
properties.desiredState |
Automatische afstemming van de gewenste status. |
|
properties.options |
<string,
Automatic |
Definitie van opties voor automatisch afstemmen. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
De opties voor automatisch afstemmen op serverniveau zijn bijgewerkt. |
|
Other Status Codes |
Foutreacties: ***
|
Voorbeelden
Updates server automatic tuning settings with all properties |
Updates server automatic tuning settings with minimal properties |
Updates server automatic tuning settings with all properties
Voorbeeldaanvraag
PATCH https://management.azure.com/subscriptions/c3aa9078-0000-0000-0000-e36f151182d7/resourceGroups/default-sql-onebox/providers/Microsoft.Sql/servers/testsvr11/automaticTuning/current?api-version=2021-11-01
{
"properties": {
"desiredState": "Auto",
"options": {
"createIndex": {
"desiredState": "Off"
},
"dropIndex": {
"desiredState": "On"
},
"forceLastGoodPlan": {
"desiredState": "Default"
}
}
}
}
Voorbeeldrespons
{
"id": "/subscriptions/c3aa9078-0000-0000-0000-e36f151182d7/resourceGroups/default-sql-onebox/providers/Microsoft.Sql/servers/testsvr11/automaticTuning/current",
"name": "current",
"type": "Microsoft.Sql/servers/automaticTuning",
"properties": {
"desiredState": "Auto",
"actualState": "Auto",
"options": {
"createIndex": {
"desiredState": "Off",
"actualState": "Off"
},
"dropIndex": {
"desiredState": "On",
"actualState": "On"
},
"forceLastGoodPlan": {
"desiredState": "Default",
"actualState": "On",
"reasonCode": 2,
"reasonDesc": "AutoConfigured"
},
"maintainIndex": {
"desiredState": "Default",
"actualState": "Off",
"reasonCode": 2,
"reasonDesc": "AutoConfigured"
}
}
}
}
Updates server automatic tuning settings with minimal properties
Voorbeeldaanvraag
Voorbeeldrespons
{
"id": "/subscriptions/c3aa9078-0000-0000-0000-e36f151182d7/resourceGroups/default-sql-onebox/providers/Microsoft.Sql/servers/testsvr11/automaticTuning/current",
"name": "current",
"type": "Microsoft.Sql/servers/automaticTuning",
"properties": {
"desiredState": "Auto",
"actualState": "Auto",
"options": {
"createIndex": {
"desiredState": "Default",
"actualState": "On",
"reasonCode": 2,
"reasonDesc": "AutoConfigured"
},
"dropIndex": {
"desiredState": "Default",
"actualState": "Off",
"reasonCode": 2,
"reasonDesc": "AutoConfigured"
},
"forceLastGoodPlan": {
"desiredState": "Default",
"actualState": "On",
"reasonCode": 2,
"reasonDesc": "AutoConfigured"
},
"maintainIndex": {
"desiredState": "Default",
"actualState": "Off",
"reasonCode": 2,
"reasonDesc": "AutoConfigured"
}
}
}
}
Definities
Name | Description |
---|---|
Automatic |
Automatische afstemmingsoptie werkelijke status. |
Automatic |
Gewenste status van optie voor automatisch afstemmen. |
Automatic |
Automatische afstemming van de gewenste status. |
Automatic |
Automatische afstemming van eigenschappen voor individuele adviseurs. |
Automatic |
De beschrijving van de reden, indien gewenst, en de werkelijke status verschillen. |
Server |
Automatisch afstemmen op serverniveau. |
AutomaticTuningOptionModeActual
Automatische afstemmingsoptie werkelijke status.
Name | Type | Description |
---|---|---|
Off |
string |
|
On |
string |
AutomaticTuningOptionModeDesired
Gewenste status van optie voor automatisch afstemmen.
Name | Type | Description |
---|---|---|
Default |
string |
|
Off |
string |
|
On |
string |
AutomaticTuningServerMode
Automatische afstemming van de gewenste status.
Name | Type | Description |
---|---|---|
Auto |
string |
|
Custom |
string |
|
Unspecified |
string |
AutomaticTuningServerOptions
Automatische afstemming van eigenschappen voor individuele adviseurs.
Name | Type | Description |
---|---|---|
actualState |
Automatische afstemmingsoptie werkelijke status. |
|
desiredState |
Gewenste status van optie voor automatisch afstemmen. |
|
reasonCode |
integer |
De redencode, indien gewenst, en de werkelijke status verschillen. |
reasonDesc |
De beschrijving van de reden, indien gewenst, en de werkelijke status verschillen. |
AutomaticTuningServerReason
De beschrijving van de reden, indien gewenst, en de werkelijke status verschillen.
Name | Type | Description |
---|---|---|
AutoConfigured |
string |
|
Default |
string |
|
Disabled |
string |
ServerAutomaticTuning
Automatisch afstemmen op serverniveau.
Name | Type | Description |
---|---|---|
id |
string |
Resource-id. |
name |
string |
Resourcenaam. |
properties.actualState |
Automatische afstemming van werkelijke status. |
|
properties.desiredState |
Automatische afstemming van de gewenste status. |
|
properties.options |
<string,
Automatic |
Definitie van opties voor automatisch afstemmen. |
type |
string |
Resourcetype. |