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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.