MetricTriggerComparisonOperation 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 that is used to compare the metric data and the threshold.
public enum MetricTriggerComparisonOperation
type MetricTriggerComparisonOperation =
Public Enum MetricTriggerComparisonOperation
- Inheritance
-
MetricTriggerComparisonOperation
Fields
Name | Value | Description |
---|---|---|
EqualsValue | 0 | Equals. |
NotEquals | 1 | NotEquals. |
GreaterThan | 2 | GreaterThan. |
GreaterThanOrEqual | 3 | GreaterThanOrEqual. |
LessThan | 4 | LessThan. |
LessThanOrEqual | 5 | LessThanOrEqual. |