ManagementEventAggregationCondition Class

Definition

How the data that is collected should be combined over time.

public class ManagementEventAggregationCondition
type ManagementEventAggregationCondition = class
Public Class ManagementEventAggregationCondition
Inheritance
ManagementEventAggregationCondition

Constructors

ManagementEventAggregationCondition()

Initializes a new instance of the ManagementEventAggregationCondition class.

ManagementEventAggregationCondition(Nullable<ConditionOperator>, Nullable<Double>, Nullable<TimeSpan>)

Initializes a new instance of the ManagementEventAggregationCondition class.

Properties

OperatorProperty

Gets or sets the condition operator. Possible values include: 'GreaterThan', 'GreaterThanOrEqual', 'LessThan', 'LessThanOrEqual'

Threshold

Gets or sets the threshold value that activates the alert.

WindowSize

Gets or sets the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. If specified then it must be between 5 minutes and 1 day.

Applies to