ConditionOperator Enumeration

 

Updated: September 18, 2014

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

public enum class ConditionOperator

Member nameDescription
GreaterThan

Trigger if the aggregated metric data is greater than the threshold.

GreaterThanOrEqual

Trigger if the aggregated metric data is greater than or equal to the threshold.

LessThan

Trigger if the aggregated metric data is less than the threshold.

LessThanOrEqual

Trigger if the aggregated metric data is less than or equal to the threshold.

Return to top
Show: