AnomalyDetectorDirection Struct

Definition

detection direction.

public readonly struct AnomalyDetectorDirection : IEquatable<Azure.AI.MetricsAdvisor.Models.AnomalyDetectorDirection>
type AnomalyDetectorDirection = struct
Public Structure AnomalyDetectorDirection
Implements IEquatable(Of AnomalyDetectorDirection)
Inheritance
AnomalyDetectorDirection
Implements

Constructors

AnomalyDetectorDirection(String)

Determines if two AnomalyDetectorDirection values are the same.

Properties

Both

Any values out of the expected value range will be considered anomalies.

Down

Only values below the expected value range will be considered anomalies.

Up

Only values above the expected value range will be considered anomalies.

Methods

Equals(AnomalyDetectorDirection)

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(AnomalyDetectorDirection, AnomalyDetectorDirection)

Determines if two AnomalyDetectorDirection values are the same.

Implicit(String to AnomalyDetectorDirection)

Converts a string to a AnomalyDetectorDirection.

Inequality(AnomalyDetectorDirection, AnomalyDetectorDirection)

Determines if two AnomalyDetectorDirection values are not the same.

Applies to