MetricsAdvisorClient.GetIncidentsForAlert Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Dado um alerta, obtém os incidentes associados às anomalias que o dispararam. O associado AnomalyAlertConfiguration também deve ser especificado.
public virtual Azure.Pageable<Azure.AI.MetricsAdvisor.Models.AnomalyIncident> GetIncidentsForAlert (string alertConfigurationId, string alertId, Azure.AI.MetricsAdvisor.GetIncidentsForAlertOptions options = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIncidentsForAlert : string * string * Azure.AI.MetricsAdvisor.GetIncidentsForAlertOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.MetricsAdvisor.Models.AnomalyIncident>
override this.GetIncidentsForAlert : string * string * Azure.AI.MetricsAdvisor.GetIncidentsForAlertOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.MetricsAdvisor.Models.AnomalyIncident>
Public Overridable Function GetIncidentsForAlert (alertConfigurationId As String, alertId As String, Optional options As GetIncidentsForAlertOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AnomalyIncident)
Parâmetros
- alertConfigurationId
- String
O identificador exclusivo do AnomalyAlertConfiguration.
- alertId
- String
O identificador exclusivo do alerta.
- options
- GetIncidentsForAlertOptions
Um conjunto opcional de opções usado para configurar o comportamento da solicitação.
- cancellationToken
- CancellationToken
Um CancellationToken que controla o tempo de vida da solicitação.
Retornos
Um Pageable<T> que contém a coleção de AnomalyIncidents.
Exceções
alertConfigurationId
ou alertId
é nulo.
alertConfigurationId
ou alertId
está vazio; ou alertConfigurationId
não é um GUID válido.
Aplica-se a
Azure SDK for .NET