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

DetectionConditionsCommonPatch interface

表示异常情况检测条件常见的属性的修补程序类型。

属性

changeThresholdCondition

指定更改阈值的条件

conditionOperator

条件运算符

hardThresholdCondition

指定一个硬阈值范围,用于在指标值超出范围时检测异常。

smartDetectionCondition

指定智能检测的条件

属性详细信息

changeThresholdCondition

指定更改阈值的条件

changeThresholdCondition?: Partial<ChangeThresholdConditionUnion>

属性值

conditionOperator

条件运算符

conditionOperator?: DetectionConditionOperator

属性值

hardThresholdCondition

指定一个硬阈值范围,用于在指标值超出范围时检测异常。

hardThresholdCondition?: Partial<HardThresholdConditionUnion>

属性值

smartDetectionCondition

指定智能检测的条件

smartDetectionCondition?: Partial<SmartDetectionCondition>

属性值