AnomalySeverity Struct

Definition

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