Workload Groups - Create Or Update
Erstellt oder aktualisiert eine Arbeitsauslastungsgruppe.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/workloadGroups/{workloadGroupName}?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. |
workload
|
path | True |
string |
Der Name der Arbeitsauslastungsgruppe. |
api-version
|
query | True |
string |
API-Version, die für die Anforderung verwendet werden soll. |
Anforderungstext
Name | Erforderlich | Typ | Beschreibung |
---|---|---|---|
properties.maxResourcePercent | True |
integer |
Die Ressource für die Workloadgruppenobergrenze in Prozent. |
properties.minResourcePercent | True |
integer |
Die Ressourcen für den Mindestprozentsatz der Arbeitsauslastungsgruppe. |
properties.minResourcePercentPerRequest | True |
number |
Die Arbeitsauslastungsgruppe fordert einen Mindestprozentsatz für die Gewährung an. |
properties.importance |
string |
Die Wichtigkeitsstufe der Arbeitsauslastungsgruppe. |
|
properties.maxResourcePercentPerRequest |
number |
Die Workloadgruppe fordert den maximalen Prozentsatz der Gewährung an. |
|
properties.queryExecutionTimeout |
integer |
Das Timeout für die Ausführung von Arbeitsauslastungsgruppenabfragen. |
Antworten
Name | Typ | Beschreibung |
---|---|---|
200 OK |
Die Workloadgruppe wurde erfolgreich aktualisiert. |
|
201 Created |
Die Workloadgruppe wurde erfolgreich erstellt. |
|
202 Accepted |
Erstellen oder aktualisieren Sie für die akzeptierte Workloadgruppe. |
|
Other Status Codes |
Fehlerantworten: ***
|
Beispiele
Create a workload group with all properties specified. |
Create a workload group with the required properties specified. |
Create a workload group with all properties specified.
Beispielanforderung
PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/servers/testsvr/databases/testdb/workloadGroups/smallrc?api-version=2021-11-01
{
"properties": {
"minResourcePercent": 0,
"maxResourcePercent": 100,
"minResourcePercentPerRequest": 3,
"maxResourcePercentPerRequest": 3,
"importance": "normal",
"queryExecutionTimeout": 0
}
}
Beispiel für eine Antwort
{
"properties": {
"minResourcePercent": 0,
"maxResourcePercent": 100,
"minResourcePercentPerRequest": 3,
"maxResourcePercentPerRequest": 3,
"importance": "normal",
"queryExecutionTimeout": 0
},
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/servers/testsvr/databases/testdb/workloadGroups/smallrc",
"name": "smallrc",
"type": "Microsoft.Sql/servers/databases/workloadGroups"
}
{
"properties": {
"minResourcePercent": 0,
"maxResourcePercent": 100,
"minResourcePercentPerRequest": 3,
"maxResourcePercentPerRequest": 3,
"importance": "normal",
"queryExecutionTimeout": 0
},
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/servers/testsvr/databases/testdb/workloadGroups/smallrc",
"name": "smallrc",
"type": "Microsoft.Sql/servers/databases/workloadGroups"
}
Create a workload group with the required properties specified.
Beispielanforderung
PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/servers/testsvr/databases/testdb/workloadGroups/smallrc?api-version=2021-11-01
{
"properties": {
"minResourcePercent": 0,
"maxResourcePercent": 100,
"minResourcePercentPerRequest": 3
}
}
Beispiel für eine Antwort
{
"properties": {
"minResourcePercent": 0,
"maxResourcePercent": 100,
"minResourcePercentPerRequest": 3,
"maxResourcePercentPerRequest": 3,
"importance": "normal",
"queryExecutionTimeout": 0
},
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/servers/testsvr/databases/testdb/workloadGroups/smallrc",
"name": "smallrc",
"type": "Microsoft.Sql/servers/databases/workloadGroups"
}
{
"properties": {
"minResourcePercent": 0,
"maxResourcePercent": 100,
"minResourcePercentPerRequest": 3,
"maxResourcePercentPerRequest": 3,
"importance": "normal",
"queryExecutionTimeout": 0
},
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/servers/testsvr/databases/testdb/workloadGroups/smallrc",
"name": "smallrc",
"type": "Microsoft.Sql/servers/databases/workloadGroups"
}
Definitionen
WorkloadGroup
Workloadgruppenvorgänge für ein Data Warehouse
Name | Typ | Beschreibung |
---|---|---|
id |
string |
Ressourcen-ID |
name |
string |
Name der Ressource. |
properties.importance |
string |
Die Wichtigkeitsstufe der Arbeitsauslastungsgruppe. |
properties.maxResourcePercent |
integer |
Die Ressource für die Workloadgruppenobergrenze in Prozent. |
properties.maxResourcePercentPerRequest |
number |
Die Workloadgruppe fordert den maximalen Prozentsatz der Gewährung an. |
properties.minResourcePercent |
integer |
Die Ressourcen für den Mindestprozentsatz der Arbeitsauslastungsgruppe. |
properties.minResourcePercentPerRequest |
number |
Die Arbeitsauslastungsgruppe fordert einen Mindestprozentsatz für die Gewährung an. |
properties.queryExecutionTimeout |
integer |
Das Timeout für die Ausführung von Arbeitsauslastungsgruppenabfragen. |
type |
string |
Der Ressourcentyp. |