Server Automatic Tuning - Update
Uppdatera alternativen för automatisk justering på servern.
PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/automaticTuning/current?api-version=2021-11-01
URI-parametrar
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
resource
|
path | True |
string |
Namnet på resursgruppen som innehåller resursen. Du kan hämta det här värdet från Azure Resource Manager-API:et eller portalen. |
server
|
path | True |
string |
Namnet på servern. |
subscription
|
path | True |
string |
Det prenumerations-ID som identifierar en Azure-prenumeration. |
api-version
|
query | True |
string |
DEN API-version som ska användas för begäran. |
Begärandetext
Name | Typ | Description |
---|---|---|
properties.desiredState |
Önskat tillstånd för automatisk justering. |
|
properties.options |
<string,
Automatic |
Definition av alternativ för automatisk justering. |
Svar
Name | Typ | Description |
---|---|---|
200 OK |
Uppdaterade alternativen för automatisk justering på servernivå. |
|
Other Status Codes |
Felsvar: ***
|
Exempel
Updates server automatic tuning settings with all properties |
Updates server automatic tuning settings with minimal properties |
Updates server automatic tuning settings with all properties
Exempelbegäran
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"
}
}
}
}
Exempelsvar
{
"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
Exempelbegäran
Exempelsvar
{
"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"
}
}
}
}
Definitioner
Name | Description |
---|---|
Automatic |
Det faktiska tillståndet för alternativet automatisk justering. |
Automatic |
Önskat tillstånd för alternativ för automatisk justering. |
Automatic |
Önskat tillstånd för automatisk justering. |
Automatic |
Egenskaper för automatisk justering för enskilda rådgivare. |
Automatic |
Orsaksbeskrivning om önskat och faktiskt tillstånd skiljer sig. |
Server |
Automatisk justering på servernivå. |
AutomaticTuningOptionModeActual
Det faktiska tillståndet för alternativet automatisk justering.
Name | Typ | Description |
---|---|---|
Off |
string |
|
On |
string |
AutomaticTuningOptionModeDesired
Önskat tillstånd för alternativ för automatisk justering.
Name | Typ | Description |
---|---|---|
Default |
string |
|
Off |
string |
|
On |
string |
AutomaticTuningServerMode
Önskat tillstånd för automatisk justering.
Name | Typ | Description |
---|---|---|
Auto |
string |
|
Custom |
string |
|
Unspecified |
string |
AutomaticTuningServerOptions
Egenskaper för automatisk justering för enskilda rådgivare.
Name | Typ | Description |
---|---|---|
actualState |
Det faktiska tillståndet för alternativet automatisk justering. |
|
desiredState |
Önskat tillstånd för alternativ för automatisk justering. |
|
reasonCode |
integer |
Orsakskoden om önskat och faktiskt tillstånd skiljer sig. |
reasonDesc |
Orsaksbeskrivning om önskat och faktiskt tillstånd skiljer sig. |
AutomaticTuningServerReason
Orsaksbeskrivning om önskat och faktiskt tillstånd skiljer sig.
Name | Typ | Description |
---|---|---|
AutoConfigured |
string |
|
Default |
string |
|
Disabled |
string |
ServerAutomaticTuning
Automatisk justering på servernivå.
Name | Typ | Description |
---|---|---|
id |
string |
Resurs-ID. |
name |
string |
Resursnamn. |
properties.actualState |
Automatisk justering av det faktiska tillståndet. |
|
properties.desiredState |
Önskat tillstånd för automatisk justering. |
|
properties.options |
<string,
Automatic |
Definition av alternativ för automatisk justering. |
type |
string |
Resurstyp. |