DynamicThresholdOperator Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |