.show workload group
Shows a specific workload group or all workload group definitions. This command requires AllDatabasesAdmin permission.
For more information, see Workload groups.
Syntax
.show workload_group WorkloadGroupName
.show workload_groups
Argument
WorkloadGroupName - Name of the workload group. Can be specified with bracket notation ['WorkLoadGroupName'].
Example
.show workload_group MyWorkloadGroup
| WorkloadGroupName | WorkloadGroup |
|---|---|
| MyWorkloadGroup | {"RequestRateLimitPolicies": [{"IsEnabled": true, "Scope": "WorkloadGroup", "LimitKind": "ConcurrentRequests", "Properties": {"MaxConcurrentRequests": 30}}]} |