The workspaces/sqlPools/workloadGroups resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Synapse/workspaces/sqlPools/workloadGroups resource, add the following JSON to your template.
{
"type": "Microsoft.Synapse/workspaces/sqlPools/workloadGroups",
"apiVersion": "2021-06-01",
"name": "string",
"properties": {
"importance": "string",
"maxResourcePercent": "int",
"maxResourcePercentPerRequest": "int",
"minResourcePercent": "int",
"minResourcePercentPerRequest": "int",
"queryExecutionTimeout": "int"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Synapse/workspaces/sqlPools/workloadGroups' |
apiVersion | The resource api version | '2021-06-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | Resource properties. | WorkloadGroupProperties |
Name | Description | Value |
---|---|---|
importance | The workload group importance level. | string |
maxResourcePercent | The workload group cap percentage resource. | int (required) |
maxResourcePercentPerRequest | The workload group request maximum grant percentage. | int |
minResourcePercent | The workload group minimum percentage resource. | int (required) |
minResourcePercentPerRequest | The workload group request minimum grant percentage. | int (required) |
queryExecutionTimeout | The workload group query execution timeout. | int |