SingleBaseline Class
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.
The baseline values for a single sensitivity value.
public class SingleBaseline
type SingleBaseline = class
Public Class SingleBaseline
- Inheritance
-
SingleBaseline
Constructors
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. |
Properties
HighThresholds |
Gets or sets the high thresholds of the baseline. |
LowThresholds |
Gets or sets the low thresholds of the baseline. |
Sensitivity |
Gets or sets the sensitivity of the baseline. Possible values include: 'Low', 'Medium', 'High' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET