次の方法で共有


MetricsAdvisorClient.GetMetricEnrichedSeriesData メソッド

定義

異常検出によってエンリッチされたクエリ シリーズ。

public virtual Azure.Pageable<Azure.AI.MetricsAdvisor.Models.MetricEnrichedSeriesData> GetMetricEnrichedSeriesData (string detectionConfigurationId, System.Collections.Generic.IEnumerable<Azure.AI.MetricsAdvisor.Models.DimensionKey> seriesKeys, DateTimeOffset startsOn, DateTimeOffset endsOn, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMetricEnrichedSeriesData : string * seq<Azure.AI.MetricsAdvisor.Models.DimensionKey> * DateTimeOffset * DateTimeOffset * System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.MetricsAdvisor.Models.MetricEnrichedSeriesData>
override this.GetMetricEnrichedSeriesData : string * seq<Azure.AI.MetricsAdvisor.Models.DimensionKey> * DateTimeOffset * DateTimeOffset * System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.MetricsAdvisor.Models.MetricEnrichedSeriesData>
Public Overridable Function GetMetricEnrichedSeriesData (detectionConfigurationId As String, seriesKeys As IEnumerable(Of DimensionKey), startsOn As DateTimeOffset, endsOn As DateTimeOffset, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MetricEnrichedSeriesData)

パラメーター

detectionConfigurationId
String

AnomalyAlertConfiguration の一意の識別子。

seriesKeys
IEnumerable<DimensionKey>

時系列で結果をフィルター処理します。 この列挙可能な各要素は 1 つの時系列を表し、これらの系列のいずれかで検出された異常のみが返されます。 要素ごとに、使用可能なすべてのディメンションを設定する必要があります。

startsOn
DateTimeOffset

結果をフィルター処理します。 この時点より後のデータ ポイント (UTC) のみが返されます。

endsOn
DateTimeOffset

結果をフィルター処理します。 この時点より後のデータ ポイント (UTC) のみが返されます。

cancellationToken
CancellationToken

CancellationToken要求の有効期間を制御する 。

戻り値

Pageable<T>のコレクションMetricEnrichedSeriesDataを格納している 。

例外

detectionConfigurationId または seriesKeys が null です。

detectionConfigurationId が空であるか、有効な GUID ではありません。

適用対象