Class AnomalyValue
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AnomalyValue>
com.azure.ai.metricsadvisor.models.AnomalyValue
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for AnomalyValue.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AnomalyValueStatic value Anomaly for AnomalyValue.static final AnomalyValueStatic value AutoDetect for AnomalyValue.static final AnomalyValueStatic value NotAnomaly for AnomalyValue. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnomalyValuefromString(String name) Creates or finds a AnomalyValue from its string representation.static Collection<AnomalyValue> values()Gets known AnomalyValue values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AUTO_DETECT
Static value AutoDetect for AnomalyValue. -
ANOMALY
Static value Anomaly for AnomalyValue. -
NOT_ANOMALY
Static value NotAnomaly for AnomalyValue.
-
-
Constructor Details
-
AnomalyValue
Deprecated.Use thefromString(String)factory method.Creates a new instance of AnomalyValue value.
-
-
Method Details
-
fromString
Creates or finds a AnomalyValue from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AnomalyValue.
-
values
Gets known AnomalyValue values.- Returns:
- known AnomalyValue values.
-
fromString(String)factory method.