Get Workload Group Result
data class GetWorkloadGroupResult(val azureApiVersion: String, val id: String, val importance: String? = null, val maxResourcePercent: Int, val maxResourcePercentPerRequest: Double? = null, val minResourcePercent: Int, val minResourcePercentPerRequest: Double, val name: String, val queryExecutionTimeout: Int? = null, val type: String)
Workload group operations for a data warehouse
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The workload group importance level.
Link copied to clipboard
The workload group cap percentage resource.
Link copied to clipboard
The workload group request maximum grant percentage.
Link copied to clipboard
The workload group minimum percentage resource.
Link copied to clipboard
The workload group request minimum grant percentage.
Link copied to clipboard
The workload group query execution timeout.