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