Partager via


Baseline Constructors

Definition

Overloads

Baseline()
Baseline(Sensitivity, IList<Nullable<Double>>, IList<Nullable<Double>>)

Baseline()

public Baseline ();
Public Sub New ()

Applies to

Baseline(Sensitivity, IList<Nullable<Double>>, IList<Nullable<Double>>)

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

Parameters

sensitivity
Sensitivity
lowThresholds
IList<Nullable<Double>>
highThresholds
IList<Nullable<Double>>

Applies to