BoundaryDirection Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
value filter direction.
public readonly struct BoundaryDirection : IEquatable<Azure.AI.MetricsAdvisor.Models.BoundaryDirection>
type BoundaryDirection = struct
Public Structure BoundaryDirection
Implements IEquatable(Of BoundaryDirection)
- Inheritance
-
BoundaryDirection
- Implements
Constructors
BoundaryDirection(String) |
Determines if two BoundaryDirection values are the same. |
Properties
Both |
Any values outside of the expected value range can be included in an alert. |
Down |
Only values below the expected value range can be included in an alert. |
Up |
Only values above the expected value range can be included in an alert. |
Methods
Equals(BoundaryDirection) |
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(BoundaryDirection, BoundaryDirection) |
Determines if two BoundaryDirection values are the same. |
Implicit(String to BoundaryDirection) |
Converts a string to a BoundaryDirection. |
Inequality(BoundaryDirection, BoundaryDirection) |
Determines if two BoundaryDirection values are not the same. |
Applies to
Azure SDK for .NET