DynamicThresholdOperator Enum

Definition

The operator used to compare the metric value against the threshold. Previously undocumented values might be returned.

public enum DynamicThresholdOperator
type DynamicThresholdOperator = 
Public Enum DynamicThresholdOperator
Inheritance
DynamicThresholdOperator

Fields

Name Value Description
GreaterThan 0

GreaterThan.

LessThan 1

LessThan.

GreaterOrLessThan 2

GreaterOrLessThan.

Applies to