BoundaryDirection Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. metricsadvisor. administration. models. BoundaryDirection
- com.
- com.
public final class BoundaryDirection
extends ExpandableStringEnum<BoundaryDirection>
Describes the direction of boundary used in anomaly boundary conditions.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Boundary |
BOTH
Defines both lower and upper boundary in a boundary condition. |
static final
Boundary |
LOWER
Defines the lower boundary in a boundary condition. |
static final
Boundary |
UPPER
Defines the upper boundary in a boundary condition. |
Constructor Summary
Constructor | Description |
---|---|
BoundaryDirection() |
Deprecated
Use the fromString(String name) factory method.
Constructs a Boundary |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Boundary |
fromString(String name)
Creates or finds a Boundary |
static
Collection<Boundary |
values()
Returns the known Boundary |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BOTH
public static final BoundaryDirection BOTH
Defines both lower and upper boundary in a boundary condition.
LOWER
public static final BoundaryDirection LOWER
Defines the lower boundary in a boundary condition.
UPPER
public static final BoundaryDirection UPPER
Defines the upper boundary in a boundary condition.
Constructor Details
BoundaryDirection
@Deprecated
public BoundaryDirection()
Deprecated
Constructs a BoundaryDirection object.
Method Details
fromString
public static BoundaryDirection fromString(String name)
Creates or finds a BoundaryDirection from its string representation.
Parameters:
Returns:
values
public static Collection
Returns the known BoundaryDirection values.
Returns:
Applies to
Azure SDK for Java