Uses of Class
com.azure.ai.metricsadvisor.models.ListIncidentsDetectedOptions
Packages that use ListIncidentsDetectedOptions
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.
Package containing the data models for MetricsAdvisor.
-
Uses of ListIncidentsDetectedOptions in com.azure.ai.metricsadvisor
Methods in com.azure.ai.metricsadvisor with parameters of type ListIncidentsDetectedOptionsModifier and TypeMethodDescriptioncom.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, ListIncidentsDetectedOptions options, com.azure.core.util.Context context) Fetch the incidents identified by an anomaly detection configuration. -
Uses of ListIncidentsDetectedOptions in com.azure.ai.metricsadvisor.models
Methods in com.azure.ai.metricsadvisor.models that return ListIncidentsDetectedOptionsModifier and TypeMethodDescriptionListIncidentsDetectedOptions.setDimensionsToFilter(List<DimensionKey> dimensionsToFilter) Sets the dimensions to filter.ListIncidentsDetectedOptions.setMaxPageSize(Integer maxPageSize) Gets limit indicating the number of items to be included in a service returned page.