Class SingleBaseline

java.lang.Object
com.microsoft.azure.management.monitor.SingleBaseline

public class SingleBaseline extends Object
The baseline values for a single sensitivity value.
  • Constructor Details

    • SingleBaseline

      public SingleBaseline()
  • Method Details

    • sensitivity

      public BaselineSensitivity sensitivity()
      Get the sensitivity of the baseline. Possible values include: 'Low', 'Medium', 'High'.
      Returns:
      the sensitivity value
    • withSensitivity

      public SingleBaseline withSensitivity(BaselineSensitivity sensitivity)
      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

      public List<Double> lowThresholds()
      Get the low thresholds of the baseline.
      Returns:
      the lowThresholds value
    • withLowThresholds

      public SingleBaseline withLowThresholds(List<Double> lowThresholds)
      Set the low thresholds of the baseline.
      Parameters:
      lowThresholds - the lowThresholds value to set
      Returns:
      the SingleBaseline object itself.
    • highThresholds

      public List<Double> highThresholds()
      Get the high thresholds of the baseline.
      Returns:
      the highThresholds value
    • withHighThresholds

      public SingleBaseline withHighThresholds(List<Double> highThresholds)
      Set the high thresholds of the baseline.
      Parameters:
      highThresholds - the highThresholds value to set
      Returns:
      the SingleBaseline object itself.