次の方法で共有


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>

ワークロード グループ クエリの実行タイムアウト。

適用対象