Class DataFeedSource
java.lang.Object
com.azure.ai.metricsadvisor.administration.models.DataFeedSource
- Direct Known Subclasses:
AzureAppInsightsDataFeedSource,AzureBlobDataFeedSource,AzureCosmosDbDataFeedSource,AzureDataExplorerDataFeedSource,AzureDataLakeStorageGen2DataFeedSource,AzureEventHubsDataFeedSource,AzureLogAnalyticsDataFeedSource,AzureTableDataFeedSource,InfluxDbDataFeedSource,MongoDbDataFeedSource,MySqlDataFeedSource,PostgreSqlDataFeedSource,SqlServerDataFeedSource
The
DataFeedSource represents the base type for different
types of data sources that service can ingest data and perform
anomaly detection.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DataFeedSource
public DataFeedSource()Creates an instance of DataFeedSource.
-