MetricsAdvisorClient.GetAnomaliesForAlertAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET