BaselineInner 类
- java.
lang. Object - com.
microsoft. azure. management. monitor. implementation. BaselineInner
- com.
public class BaselineInner
单个敏感度值的基线值。
方法摘要
| 修饰符和类型 | 方法和描述 |
|---|---|
| List<Double> |
highThresholds()
获取基线的高阈值。 |
| List<Double> |
lowThresholds()
获取基线的低阈值。 |
| Sensitivity |
sensitivity()
获取基线的敏感度。 可能的值包括:“Low”、“Medium”、“High”。 |
|
Baseline |
withHighThresholds(List<Double> highThresholds)
设置基线的高阈值。 |
|
Baseline |
withLowThresholds(List<Double> lowThresholds)
设置基线的低阈值。 |
|
Baseline |
withSensitivity(Sensitivity sensitivity)
设置基线的敏感度。 可能的值包括:“Low”、“Medium”、“High”。 |
方法详细信息
highThresholds
public List
获取基线的高阈值。
Returns:
lowThresholds
public List
获取基线的低阈值。
Returns:
sensitivity
public Sensitivity sensitivity()
获取基线的敏感度。 可能的值包括:“Low”、“Medium”、“High”。
Returns:
withHighThresholds
public BaselineInner withHighThresholds(List
设置基线的高阈值。
Parameters:
Returns:
withLowThresholds
public BaselineInner withLowThresholds(List
设置基线的低阈值。
Parameters:
Returns:
withSensitivity
public BaselineInner withSensitivity(Sensitivity sensitivity)
设置基线的敏感度。 可能的值包括:“Low”、“Medium”、“High”。
Parameters:
Returns: