MetricTriggerComparisonOperation Enum

Definition

the operator that is used to compare the metric data and the threshold.

public enum MetricTriggerComparisonOperation
type MetricTriggerComparisonOperation = 
Public Enum MetricTriggerComparisonOperation
Inheritance
MetricTriggerComparisonOperation

Fields

EqualsValue 0

Equals.

GreaterThan 2

GreaterThan.

GreaterThanOrEqual 3

GreaterThanOrEqual.

LessThan 4

LessThan.

LessThanOrEqual 5

LessThanOrEqual.

NotEquals 1

NotEquals.

Applies to