MetricTriggerComparisonOperation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
the operator that is used to compare the metric data and the threshold.
public enum MetricTriggerComparisonOperation
type MetricTriggerComparisonOperation =
Public Enum MetricTriggerComparisonOperation
- Inheritance
-
MetricTriggerComparisonOperation
Fields
Name | Value | Description |
---|---|---|
EqualsValue | 0 | Equals. |
NotEquals | 1 | NotEquals. |
GreaterThan | 2 | GreaterThan. |
GreaterThanOrEqual | 3 | GreaterThanOrEqual. |
LessThan | 4 | LessThan. |
LessThanOrEqual | 5 | LessThanOrEqual. |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET