你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkloadGroup 构造函数

定义

重载

WorkloadGroup()

初始化 WorkloadGroup 类的新实例。

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

初始化 WorkloadGroup 类的新实例。

WorkloadGroup()

初始化 WorkloadGroup 类的新实例。

public WorkloadGroup ();
Public Sub New ()

适用于

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

初始化 WorkloadGroup 类的新实例。

public WorkloadGroup (int minResourcePercent, int maxResourcePercent, double minResourcePercentPerRequest, string id = default, string name = default, string type = default, double? maxResourcePercentPerRequest = default, string importance = default, int? queryExecutionTimeout = default);
new Microsoft.Azure.Management.Sql.Models.WorkloadGroup : int * int * double * string * string * string * Nullable<double> * string * Nullable<int> -> Microsoft.Azure.Management.Sql.Models.WorkloadGroup
Public Sub New (minResourcePercent As Integer, maxResourcePercent As Integer, minResourcePercentPerRequest As Double, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional maxResourcePercentPerRequest As Nullable(Of Double) = Nothing, Optional importance As String = Nothing, Optional queryExecutionTimeout As Nullable(Of Integer) = Nothing)

参数

minResourcePercent
Int32

工作负荷组最小百分比资源。

maxResourcePercent
Int32

工作负荷组上限百分比资源。

minResourcePercentPerRequest
Double

工作负荷组请求最小授予百分比。

id
String

资源 ID。

name
String

资源名称。

type
String

资源类型。

maxResourcePercentPerRequest
Nullable<Double>

工作负荷组请求最大授予百分比。

importance
String

工作负荷组重要性级别。

queryExecutionTimeout
Nullable<Int32>

工作负荷组查询执行超时。

适用于