MetricAnomalyAlertScopeType Struct

Definition

Anomaly scope.

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

Constructors

MetricAnomalyAlertScopeType(String)

Determines if two MetricAnomalyAlertScopeType values are the same.

Properties

SeriesGroup

The scope only includes a specified set of time series of the metric, defined by a DimensionKey.

TopN

The scope only includes anomalies detected in the top N series.

WholeSeries

The scope includes all time series of the metric.

Methods

Equals(MetricAnomalyAlertScopeType)

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

Determines if two MetricAnomalyAlertScopeType values are the same.

Implicit(String to MetricAnomalyAlertScopeType)

Converts a string to a MetricAnomalyAlertScopeType.

Inequality(MetricAnomalyAlertScopeType, MetricAnomalyAlertScopeType)

Determines if two MetricAnomalyAlertScopeType values are not the same.

Applies to