Table of Contents

Enum AzureMetricAlertRuleTimeAggregationType

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

Represents the time aggregation type for an Azure alert rule condition.

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

Fields

Average = 1

The aggregation type is the average value.

Count = 2

The aggregation type is the count.

Maximum = 3

The aggregation type is the maximum value.

Minimum = 4

The aggregation type is the minimum value.

Total = 5

The aggregation type is the total value.

Unknown = 0

The aggregation type is unknown.