Baseline Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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