Udostępnij za pośrednictwem


SingleBaseline Constructors

Definition

Overloads

SingleBaseline()

Initializes a new instance of the SingleBaseline class.

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

Initializes a new instance of the SingleBaseline class.

SingleBaseline()

Initializes a new instance of the SingleBaseline class.

public SingleBaseline ();
Public Sub New ()

Applies to

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

Initializes a new instance of the SingleBaseline class.

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

Parameters

sensitivity
String

the sensitivity of the baseline. Possible values include: 'Low', 'Medium', 'High'

lowThresholds
IList<Nullable<Double>>

The low thresholds of the baseline.

highThresholds
IList<Nullable<Double>>

The high thresholds of the baseline.

Applies to