MetricsAdvisorClient.GetAnomaliesForDetectionConfigurationAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une collection d’éléments décrivant les anomalies détectées par un donné AnomalyDetectionConfiguration.
public virtual Azure.AsyncPageable<Azure.AI.MetricsAdvisor.Models.DataPointAnomaly> GetAnomaliesForDetectionConfigurationAsync (string detectionConfigurationId, Azure.AI.MetricsAdvisor.GetAnomaliesForDetectionConfigurationOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAnomaliesForDetectionConfigurationAsync : string * Azure.AI.MetricsAdvisor.GetAnomaliesForDetectionConfigurationOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.MetricsAdvisor.Models.DataPointAnomaly>
override this.GetAnomaliesForDetectionConfigurationAsync : string * Azure.AI.MetricsAdvisor.GetAnomaliesForDetectionConfigurationOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.MetricsAdvisor.Models.DataPointAnomaly>
Public Overridable Function GetAnomaliesForDetectionConfigurationAsync (detectionConfigurationId As String, options As GetAnomaliesForDetectionConfigurationOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataPointAnomaly)
Paramètres
- detectionConfigurationId
- String
Identificateur unique de AnomalyAlertConfiguration.
Ensemble 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
AsyncPageable<T> contenant la collection d’instancesDataPointAnomaly.
Exceptions
detectionConfigurationId
ou options
est null.
detectionConfigurationId
est vide ou n’est pas un GUID valide.
S’applique à
Azure SDK for .NET