DynamicThresholdDirection 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.
Threshold direction for dynamic thresholds.
public readonly struct DynamicThresholdDirection : IEquatable<Azure.ResourceManager.CloudHealth.Models.DynamicThresholdDirection>
type DynamicThresholdDirection = struct
Public Structure DynamicThresholdDirection
Implements IEquatable(Of DynamicThresholdDirection)
- Inheritance
-
DynamicThresholdDirection
- Implements
Constructors
DynamicThresholdDirection(String) |
Initializes a new instance of DynamicThresholdDirection. |
Properties
GreaterOrLowerThan |
Greater or Lower Than. |
GreaterThan |
Greater than. |
LowerThan |
Lower than. |
Methods
Equals(DynamicThresholdDirection) |
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(DynamicThresholdDirection, DynamicThresholdDirection) |
Determines if two DynamicThresholdDirection values are the same. |
Implicit(String to DynamicThresholdDirection) |
Converts a String to a DynamicThresholdDirection. |
Inequality(DynamicThresholdDirection, DynamicThresholdDirection) |
Determines if two DynamicThresholdDirection values are not the same. |