AnomalySeverity 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.
min alert severity.
public readonly struct AnomalySeverity : IEquatable<Azure.AI.MetricsAdvisor.Models.AnomalySeverity>
type AnomalySeverity = struct
Public Structure AnomalySeverity
Implements IEquatable(Of AnomalySeverity)
- Inheritance
-
AnomalySeverity
- Implements
Constructors
AnomalySeverity(String) |
Determines if two AnomalySeverity values are the same. |
Properties
High |
The detected AnomalyIncident has a high severity. |
Low |
The detected AnomalyIncident has a low severity. |
Medium |
The detected AnomalyIncident has a medium severity. |
Methods
Equals(AnomalySeverity) |
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(AnomalySeverity, AnomalySeverity) |
Determines if two AnomalySeverity values are the same. |
Implicit(String to AnomalySeverity) |
Converts a string to a AnomalySeverity. |
Inequality(AnomalySeverity, AnomalySeverity) |
Determines if two AnomalySeverity values are not the same. |
Applies to
Azure SDK for .NET