ComparisonOperationType Enumeration
Updated: September 18, 2014
Namespace:
Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
| Member name | Description | |
|---|---|---|
| Equals | Trigger if the aggregated metric data equals the threshold. | |
| 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. | |
| NotEquals | Trigger if the aggregated metric data does not equal the threshold. |
Show: