WorkloadGroup interface
Workload group operations for a sql pool
- Extends
Properties
importance | The workload group importance level. |
max |
The workload group cap percentage resource. |
max |
The workload group request maximum grant percentage. |
min |
The workload group minimum percentage resource. |
min |
The workload group request minimum grant percentage. |
query |
The workload group query execution timeout. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
importance
The workload group importance level.
importance?: string
Property Value
string
maxResourcePercent
The workload group cap percentage resource.
maxResourcePercent?: number
Property Value
number
maxResourcePercentPerRequest
The workload group request maximum grant percentage.
maxResourcePercentPerRequest?: number
Property Value
number
minResourcePercent
The workload group minimum percentage resource.
minResourcePercent?: number
Property Value
number
minResourcePercentPerRequest
The workload group request minimum grant percentage.
minResourcePercentPerRequest?: number
Property Value
number
queryExecutionTimeout
The workload group query execution timeout.
queryExecutionTimeout?: number
Property Value
number
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type
Azure SDK for JavaScript