WorkloadGroup Class

Definition

Workload group operations for a data warehouse

[Microsoft.Rest.Serialization.JsonTransformation]
public class WorkloadGroup : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WorkloadGroup = class
    inherit ProxyResource
Public Class WorkloadGroup
Inherits ProxyResource
Inheritance
WorkloadGroup
Attributes

Constructors

WorkloadGroup()

Initializes a new instance of the WorkloadGroup class.

WorkloadGroup(Int32, Int32, Double, String, String, String, Nullable<Double>, String, Nullable<Int32>)

Initializes a new instance of the WorkloadGroup class.

Properties

Id

Gets resource ID.

(Inherited from Resource)
Importance

Gets or sets the workload group importance level.

MaxResourcePercent

Gets or sets the workload group cap percentage resource.

MaxResourcePercentPerRequest

Gets or sets the workload group request maximum grant percentage.

MinResourcePercent

Gets or sets the workload group minimum percentage resource.

MinResourcePercentPerRequest

Gets or sets the workload group request minimum grant percentage.

Name

Gets resource name.

(Inherited from Resource)
QueryExecutionTimeout

Gets or sets the workload group query execution timeout.

Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to