Uses of Class
com.azure.ai.metricsadvisor.models.IncidentRootCause
Packages that use IncidentRootCause
Package
Description
Azure Metrics Advisor is a
cloud-based service provided by Microsoft Azure that is designed to help organizations monitor
and analyze metrics and time-series data from various sources.
-
Uses of IncidentRootCause in com.azure.ai.metricsadvisor
Methods in com.azure.ai.metricsadvisor that return types with arguments of type IncidentRootCauseModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<IncidentRootCause> MetricsAdvisorAsyncClient.listIncidentRootCauses(AnomalyIncident anomalyIncident) List the root causes for an anomalyIncident.com.azure.core.http.rest.PagedFlux<IncidentRootCause> MetricsAdvisorAsyncClient.listIncidentRootCauses(String detectionConfigurationId, String incidentId) List the root causes for an incident.com.azure.core.http.rest.PagedIterable<IncidentRootCause> MetricsAdvisorClient.listIncidentRootCauses(AnomalyIncident anomalyIncident) List the root causes for an anomalyIncident.com.azure.core.http.rest.PagedIterable<IncidentRootCause> MetricsAdvisorClient.listIncidentRootCauses(String detectionConfigurationId, String incidentId) List the root causes for an incident.com.azure.core.http.rest.PagedIterable<IncidentRootCause> MetricsAdvisorClient.listIncidentRootCauses(String detectionConfigurationId, String incidentId, com.azure.core.util.Context context) List the root causes for an incident.