Uses of Class
com.azure.ai.metricsadvisor.models.AnomalyIncident
Packages that use AnomalyIncident
Package
Description
Package containing classes for creating a
MetricsAdvisorAsyncClient
and MetricsAdvisorClient to
perform operations on Azure Metrics Advisor service.-
Uses of AnomalyIncident in com.azure.ai.metricsadvisor
Methods in com.azure.ai.metricsadvisor that return types with arguments of type AnomalyIncidentModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<AnomalyIncident>MetricsAdvisorAsyncClient.listIncidentsForAlert(String alertConfigurationId, String alertId) Fetch the incidents in an alert.com.azure.core.http.rest.PagedFlux<AnomalyIncident>MetricsAdvisorAsyncClient.listIncidentsForAlert(String alertConfigurationId, String alertId, ListIncidentsAlertedOptions options) Fetch the incidents in an alert.com.azure.core.http.rest.PagedIterable<AnomalyIncident>MetricsAdvisorClient.listIncidentsForAlert(String alertConfigurationId, String alertId) Fetch the incidents in an alert.com.azure.core.http.rest.PagedIterable<AnomalyIncident>MetricsAdvisorClient.listIncidentsForAlert(String alertConfigurationId, String alertId, ListIncidentsAlertedOptions options, com.azure.core.util.Context context) Fetch the incidents in an alert.com.azure.core.http.rest.PagedFlux<AnomalyIncident>MetricsAdvisorAsyncClient.listIncidentsForDetectionConfig(String detectionConfigurationId, OffsetDateTime startTime, OffsetDateTime endTime) Fetch the incidents identified by an anomaly detection configuration.com.azure.core.http.rest.PagedFlux<AnomalyIncident>MetricsAdvisorAsyncClient.listIncidentsForDetectionConfig(String detectionConfigurationId, OffsetDateTime startTime, OffsetDateTime endTime, ListIncidentsDetectedOptions options) Fetch the incidents identified by an anomaly detection configuration.com.azure.core.http.rest.PagedIterable<AnomalyIncident>MetricsAdvisorClient.listIncidentsForDetectionConfig(String detectionConfigurationId, OffsetDateTime startTime, OffsetDateTime endTime) Fetch the incidents identified by an anomaly detection configuration.com.azure.core.http.rest.PagedIterable<AnomalyIncident>MetricsAdvisorClient.listIncidentsForDetectionConfig(String detectionConfigurationId, OffsetDateTime startTime, OffsetDateTime endTime, ListIncidentsDetectedOptions options, com.azure.core.util.Context context) Fetch the incidents identified by an anomaly detection configuration.Methods in com.azure.ai.metricsadvisor with parameters of type AnomalyIncidentModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<IncidentRootCause>MetricsAdvisorAsyncClient.listIncidentRootCauses(AnomalyIncident anomalyIncident) List the root causes for an anomalyIncident.com.azure.core.http.rest.PagedIterable<IncidentRootCause>MetricsAdvisorClient.listIncidentRootCauses(AnomalyIncident anomalyIncident) List the root causes for an anomalyIncident.