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
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET