AnomalyDetectorDirection Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. metricsadvisor. administration. models. AnomalyDetectorDirection
- com.
- com.
public final class AnomalyDetectorDirection
extends ExpandableStringEnum<AnomalyDetectorDirection>
Defines values for AnomalyDetectorDirection.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Anomaly |
BOTH
Static value Both for Anomaly |
static final
Anomaly |
DOWN
Static value Down for Anomaly |
static final
Anomaly |
UP
Static value Up for Anomaly |
Constructor Summary
Constructor | Description |
---|---|
AnomalyDetectorDirection() |
Deprecated
Use the fromString(String name) factory method.
Constructs a Anomaly |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Anomaly |
fromString(String name)
Creates or finds a Anomaly |
static
Collection<Anomaly |
values()
Returns the known Anomaly |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BOTH
public static final AnomalyDetectorDirection BOTH
Static value Both for AnomalyDetectorDirection.
DOWN
public static final AnomalyDetectorDirection DOWN
Static value Down for AnomalyDetectorDirection.
UP
public static final AnomalyDetectorDirection UP
Static value Up for AnomalyDetectorDirection.
Constructor Details
AnomalyDetectorDirection
@Deprecated
public AnomalyDetectorDirection()
Deprecated
Constructs a AnomalyDetectorDirection object.
Method Details
fromString
public static AnomalyDetectorDirection fromString(String name)
Creates or finds a AnomalyDetectorDirection from its string representation.
Parameters:
Returns:
values
public static Collection
Returns the known AnomalyDetectorDirection values.
Returns:
Applies to
Azure SDK for Java