The workspaces/sqlPools/workloadGroups/workloadClassifiers 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/workloadClassifiers resource, add the following JSON to your template.
{
"type": "Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers",
"apiVersion": "2021-06-01",
"name": "string",
"properties": {
"context": "string",
"endTime": "string",
"importance": "string",
"label": "string",
"memberName": "string",
"startTime": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers' |
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. | WorkloadClassifierProperties |
Name | Description | Value |
---|---|---|
context | The workload classifier context. | string |
endTime | The workload classifier end time for classification. | string |
importance | The workload classifier importance. | string |
label | The workload classifier label. | string |
memberName | The workload classifier member name. | string (required) |
startTime | The workload classifier start time for classification. | string |