DetectionConditionOperator Struct
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.
condition operator
should be specified when combining multiple detection conditions
public readonly struct DetectionConditionOperator : IEquatable<Azure.AI.MetricsAdvisor.Models.DetectionConditionOperator>
type DetectionConditionOperator = struct
Public Structure DetectionConditionOperator
Implements IEquatable(Of DetectionConditionOperator)
- Inheritance
-
DetectionConditionOperator
- Implements
Constructors
DetectionConditionOperator(String) |
Determines if two DetectionConditionOperator values are the same. |
Properties
And |
The data point is considered an anomaly if all conditions defined in MetricWholeSeriesDetectionCondition are satisfied. |
Or |
The data point is considered an anomaly if at least one of the conditions defined in MetricWholeSeriesDetectionCondition is satisfied. |
Methods
Equals(DetectionConditionOperator) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DetectionConditionOperator, DetectionConditionOperator) |
Determines if two DetectionConditionOperator values are the same. |
Implicit(String to DetectionConditionOperator) |
Converts a string to a DetectionConditionOperator. |
Inequality(DetectionConditionOperator, DetectionConditionOperator) |
Determines if two DetectionConditionOperator values are not the same. |
Applies to
Azure SDK for .NET