ConditionOperator Enumeration
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public enum ConditionOperator
public enum class ConditionOperator
type ConditionOperator
Public Enumeration ConditionOperator
Members
Member name | Description | |
---|---|---|
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. |
See Also
Microsoft.Azure.Management.Insights.Models Namespace
Return to top