AnomalyStatus 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.
anomaly status
only return for alerting anomaly result
public readonly struct AnomalyStatus : IEquatable<Azure.AI.MetricsAdvisor.Models.AnomalyStatus>
type AnomalyStatus = struct
Public Structure AnomalyStatus
Implements IEquatable(Of AnomalyStatus)
- Inheritance
-
AnomalyStatus
- Implements
Constructors
AnomalyStatus(String) |
Determines if two AnomalyStatus values are the same. |
Properties
Active |
The issue that caused the anomaly is still active. |
Resolved |
The issue that caused the anomaly has been resolved. |
Methods
Equals(AnomalyStatus) |
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(AnomalyStatus, AnomalyStatus) |
Determines if two AnomalyStatus values are the same. |
Implicit(String to AnomalyStatus) |
Converts a string to a AnomalyStatus. |
Inequality(AnomalyStatus, AnomalyStatus) |
Determines if two AnomalyStatus values are not the same. |
Applies to
Azure SDK for .NET