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

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>>

基线的高阈值。

适用于