Class SingleBaseline
java.lang.Object
com.microsoft.azure.management.monitor.SingleBaseline
The baseline values for a single sensitivity value.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the high thresholds of the baseline.Get the low thresholds of the baseline.Get the sensitivity of the baseline.withHighThresholds
(List<Double> highThresholds) Set the high thresholds of the baseline.withLowThresholds
(List<Double> lowThresholds) Set the low thresholds of the baseline.withSensitivity
(BaselineSensitivity sensitivity) Set the sensitivity of the baseline.
-
Constructor Details
-
SingleBaseline
public SingleBaseline()
-
-
Method Details
-
sensitivity
Get the sensitivity of the baseline. Possible values include: 'Low', 'Medium', 'High'.- Returns:
- the sensitivity value
-
withSensitivity
Set the sensitivity of the baseline. Possible values include: 'Low', 'Medium', 'High'.- Parameters:
sensitivity
- the sensitivity value to set- Returns:
- the SingleBaseline object itself.
-
lowThresholds
Get the low thresholds of the baseline.- Returns:
- the lowThresholds value
-
withLowThresholds
Set the low thresholds of the baseline.- Parameters:
lowThresholds
- the lowThresholds value to set- Returns:
- the SingleBaseline object itself.
-
highThresholds
Get the high thresholds of the baseline.- Returns:
- the highThresholds value
-
withHighThresholds
Set the high thresholds of the baseline.- Parameters:
highThresholds
- the highThresholds value to set- Returns:
- the SingleBaseline object itself.
-