你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MetricAnomalyAlertScopeType 结构

定义

异常范围。

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

构造函数

MetricAnomalyAlertScopeType(String)

确定两个 MetricAnomalyAlertScopeType 值是否相同。

属性

SeriesGroup

范围仅包括由 DimensionKey定义的指标的一组指定的时序。

TopN

范围仅包括前 N 个系列中检测到的异常。

WholeSeries

范围包括指标的所有时序。

方法

Equals(MetricAnomalyAlertScopeType)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(MetricAnomalyAlertScopeType, MetricAnomalyAlertScopeType)

确定两个 MetricAnomalyAlertScopeType 值是否相同。

Implicit(String to MetricAnomalyAlertScopeType)

将字符串转换为 MetricAnomalyAlertScopeType

Inequality(MetricAnomalyAlertScopeType, MetricAnomalyAlertScopeType)

确定两个 MetricAnomalyAlertScopeType 值是否不相同。

适用于