Partager via


MetricsAdvisorClient.GetAnomaliesForAlert Méthode

Définition

Obtient la collection d’anomalies qui ont déclenché une alerte spécifiée. Le associé AnomalyAlertConfiguration doit également être spécifié.

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

Paramètres

alertConfigurationId
String

Identificateur unique de AnomalyAlertConfiguration.

alertId
String

Identificateur unique de l’alerte.

options
GetAnomaliesForAlertOptions

Ensemble facultatif d’options utilisées pour configurer le comportement de la requête.

cancellationToken
CancellationToken

Contrôle CancellationToken de la durée de vie de la requête.

Retours

Pageable<T> contenant la collection d’instancesDataPointAnomaly.

Exceptions

alertConfigurationId ou alertId est null.

alertConfigurationId ou alertId est vide ; ou alertConfigurationId n’est pas un GUID valide.

S’applique à