AnomalyIncidentStatus Struct

Definition

incident status

only return for alerting incident result

public readonly struct AnomalyIncidentStatus : IEquatable<Azure.AI.MetricsAdvisor.Models.AnomalyIncidentStatus>
type AnomalyIncidentStatus = struct
Public Structure AnomalyIncidentStatus
Implements IEquatable(Of AnomalyIncidentStatus)
Inheritance
AnomalyIncidentStatus
Implements

Constructors

AnomalyIncidentStatus(String)

Determines if two AnomalyIncidentStatus values are the same.

Properties

Active

The detected AnomalyIncident is still active.

Resolved

The detected AnomalyIncident has been resolved.

Methods

Equals(AnomalyIncidentStatus)

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(AnomalyIncidentStatus, AnomalyIncidentStatus)

Determines if two AnomalyIncidentStatus values are the same.

Implicit(String to AnomalyIncidentStatus)

Converts a string to a AnomalyIncidentStatus.

Inequality(AnomalyIncidentStatus, AnomalyIncidentStatus)

Determines if two AnomalyIncidentStatus values are not the same.

Applies to