次の方法で共有


SingleBaseline コンストラクター

定義

オーバーロード

SingleBaseline()

SingleBaseline クラスの新しいインスタンスを初期化します。

SingleBaseline(String, IList<Nullable<Double>>, IList<Nullable<Double>>)

SingleBaseline クラスの新しいインスタンスを初期化します。

SingleBaseline()

SingleBaseline クラスの新しいインスタンスを初期化します。

public SingleBaseline();
Public Sub New ()

適用対象

SingleBaseline(String, IList<Nullable<Double>>, IList<Nullable<Double>>)

SingleBaseline クラスの新しいインスタンスを初期化します。

public SingleBaseline(string sensitivity, System.Collections.Generic.IList<double?> lowThresholds, System.Collections.Generic.IList<double?> highThresholds);
new Microsoft.Azure.Management.Monitor.Models.SingleBaseline : string * System.Collections.Generic.IList<Nullable<double>> * System.Collections.Generic.IList<Nullable<double>> -> Microsoft.Azure.Management.Monitor.Models.SingleBaseline
Public Sub New (sensitivity As String, lowThresholds As IList(Of Nullable(Of Double)), highThresholds As IList(Of Nullable(Of Double)))

パラメーター

sensitivity
String

ベースラインの感度。 使用可能な値は、'Low'、'Medium'、'High' です。

lowThresholds
IList<Nullable<Double>>

ベースラインの低しきい値。

highThresholds
IList<Nullable<Double>>

ベースラインの高いしきい値。

適用対象