AnomalySeverity Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. metricsadvisor. administration. models. AnomalySeverity
- com.
- com.
public final class AnomalySeverity
extends ExpandableStringEnum<AnomalySeverity>
Defines values for AnomalySeverity.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Anomaly |
HIGH
Static value High for Anomaly |
|
static final
Anomaly |
LOW
Static value Low for Anomaly |
|
static final
Anomaly |
MEDIUM
Static value Medium for Anomaly |
Constructor Summary
| Constructor | Description |
|---|---|
| AnomalySeverity() |
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
HIGH
public static final AnomalySeverity HIGH
Static value High for AnomalySeverity.
LOW
public static final AnomalySeverity LOW
Static value Low for AnomalySeverity.
MEDIUM
public static final AnomalySeverity MEDIUM
Static value Medium for AnomalySeverity.
Constructor Details
AnomalySeverity
@Deprecated
public AnomalySeverity()
Deprecated
Constructs a AnomalySeverity object.
Method Details
fromString
public static AnomalySeverity fromString(String name)
Creates or finds a AnomalySeverity from its string representation.
Parameters:
Returns:
values
public static Collection<AnomalySeverity> values()
Returns the known AnomalySeverity values.
Returns: