AnomalyValue Struct

Definition

The AnomalyValue.

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

Constructors

AnomalyValue(String)

Determines if two AnomalyValue values are the same.

Properties

Anomaly

The data points should have been labeled as anomalies.

AutoDetect

Tells the service to disregard any previous anomaly feedback given to the set of data points affected.

NotAnomaly

The data points should not have been labeled as anomalies.

Methods

Equals(AnomalyValue)

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

Determines if two AnomalyValue values are the same.

Implicit(String to AnomalyValue)

Converts a string to a AnomalyValue.

Inequality(AnomalyValue, AnomalyValue)

Determines if two AnomalyValue values are not the same.

Applies to