你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BaselineInner 类

  • java.lang.Object
    • com.microsoft.azure.management.monitor.implementation.BaselineInner

public class BaselineInner

单个敏感度值的基线值。

方法摘要

修饰符和类型 方法和描述
List<Double> highThresholds()

获取基线的高阈值。

List<Double> lowThresholds()

获取基线的低阈值。

Sensitivity sensitivity()

获取基线的敏感度。 可能的值包括:“Low”、“Medium”、“High”。

BaselineInner withHighThresholds(List<Double> highThresholds)

设置基线的高阈值。

BaselineInner withLowThresholds(List<Double> lowThresholds)

设置基线的低阈值。

BaselineInner withSensitivity(Sensitivity sensitivity)

设置基线的敏感度。 可能的值包括:“Low”、“Medium”、“High”。

方法详细信息

highThresholds

public List highThresholds()

获取基线的高阈值。

Returns:

highThresholds 值

lowThresholds

public List lowThresholds()

获取基线的低阈值。

Returns:

lowThresholds 值

sensitivity

public Sensitivity sensitivity()

获取基线的敏感度。 可能的值包括:“Low”、“Medium”、“High”。

Returns:

敏感度值

withHighThresholds

public BaselineInner withHighThresholds(List highThresholds)

设置基线的高阈值。

Parameters:

highThresholds - 要设置的 highThresholds 值

Returns:

BaselineInner 对象本身。

withLowThresholds

public BaselineInner withLowThresholds(List lowThresholds)

设置基线的低阈值。

Parameters:

lowThresholds - 要设置的 lowThresholds 值

Returns:

BaselineInner 对象本身。

withSensitivity

public BaselineInner withSensitivity(Sensitivity sensitivity)

设置基线的敏感度。 可能的值包括:“Low”、“Medium”、“High”。

Parameters:

sensitivity - 要设置的敏感度值

Returns:

BaselineInner 对象本身。

适用于