Table of Contents

Enum AzureMetricAlertRuleOperatorType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the operator type for an Azure alert rule condition.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureMetricAlertRuleOperatorType

Fields

GreaterOrLessThan = 1

The condition must be greater than, or less than, the specified value.

GreaterThan = 2

The condition must be greater than the specified value.

GreaterThanOrEqual = 3

The condition must be greater than, or equal to, the specified value.

LessThan = 4

The condition must be less than the specified value.

LessThanOrEqual = 5

The condition must be less than, or equal to, the specified value.

Unknown = 0

The operator type is unknown.