次の方法で共有


MetricAnomalyAlertScopeType 構造体

定義

異常スコープ。

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

コンストラクター

MetricAnomalyAlertScopeType(String)

2 つの MetricAnomalyAlertScopeType 値が同じかどうかを判断します。

プロパティ

SeriesGroup

スコープには、 によって DimensionKey定義されたメトリックの指定された時系列セットのみが含まれます。

TopN

スコープには、上位 N 系列で検出された異常のみが含まれます。

WholeSeries

スコープには、メトリックのすべての時系列が含まれます。

メソッド

Equals(MetricAnomalyAlertScopeType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(MetricAnomalyAlertScopeType, MetricAnomalyAlertScopeType)

2 つの MetricAnomalyAlertScopeType 値が同じかどうかを判断します。

Implicit(String to MetricAnomalyAlertScopeType)

文字列を MetricAnomalyAlertScopeType に変換します。

Inequality(MetricAnomalyAlertScopeType, MetricAnomalyAlertScopeType)

2 つの MetricAnomalyAlertScopeType 値が同じでないかどうかを判断します。

適用対象