Share via


DetectionConditionOperator Struct

Definition

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

Name Description
DetectionConditionOperator(String)

Determines if two DetectionConditionOperator values are the same.

Properties

Name Description
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

Name Description
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

Name Description
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