Uses of Class
com.azure.ai.metricsadvisor.administration.models.DataFeedIngestionStatus
Packages that use DataFeedIngestionStatus
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 DataFeedIngestionStatus in com.azure.ai.metricsadvisor.administration
Methods in com.azure.ai.metricsadvisor.administration that return types with arguments of type DataFeedIngestionStatusModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<DataFeedIngestionStatus> MetricsAdvisorAdministrationAsyncClient.listDataFeedIngestionStatus(String dataFeedId, ListDataFeedIngestionOptions listDataFeedIngestionOptions) Fetch the ingestion status of a data feed.com.azure.core.http.rest.PagedIterable<DataFeedIngestionStatus> MetricsAdvisorAdministrationClient.listDataFeedIngestionStatus(String dataFeedId, ListDataFeedIngestionOptions options) Fetch the ingestion status of a data feed.com.azure.core.http.rest.PagedIterable<DataFeedIngestionStatus> MetricsAdvisorAdministrationClient.listDataFeedIngestionStatus(String dataFeedId, ListDataFeedIngestionOptions options, com.azure.core.util.Context context) Fetch the ingestion status of a data feed.