Compartir a través de


MetricsAdvisorClient.GetAnomaliesForAlertAsync Método

Definición

Obtiene la colección de anomalías que desencadenó una alerta especificada. También se debe especificar el asociado AnomalyAlertConfiguration .

public virtual Azure.AsyncPageable<Azure.AI.MetricsAdvisor.Models.DataPointAnomaly> GetAnomaliesForAlertAsync (string alertConfigurationId, string alertId, Azure.AI.MetricsAdvisor.GetAnomaliesForAlertOptions options = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAnomaliesForAlertAsync : string * string * Azure.AI.MetricsAdvisor.GetAnomaliesForAlertOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.MetricsAdvisor.Models.DataPointAnomaly>
override this.GetAnomaliesForAlertAsync : string * string * Azure.AI.MetricsAdvisor.GetAnomaliesForAlertOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.MetricsAdvisor.Models.DataPointAnomaly>
Public Overridable Function GetAnomaliesForAlertAsync (alertConfigurationId As String, alertId As String, Optional options As GetAnomaliesForAlertOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataPointAnomaly)

Parámetros

alertConfigurationId
String

Identificador único de AnomalyAlertConfiguration.

alertId
String

Identificador único de la alerta.

options
GetAnomaliesForAlertOptions

Conjunto opcional de opciones usadas para configurar el comportamiento de la solicitud.

cancellationToken
CancellationToken

Control CancellationToken de la duración de la solicitud.

Devoluciones

que AsyncPageable<T> contiene la colección de DataPointAnomaly instancias.

Excepciones

alertConfigurationId o alertId es null.

alertConfigurationId o alertId está vacío; o alertConfigurationId no es un GUID válido.

Se aplica a