Uses of Class
com.azure.ai.metricsadvisor.administration.models.DataFeedSourceType
Packages that use DataFeedSourceType
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of DataFeedSourceType in com.azure.ai.metricsadvisor.administration.models
Fields in com.azure.ai.metricsadvisor.administration.models declared as DataFeedSourceTypeModifier and TypeFieldDescriptionstatic final DataFeedSourceTypeDataFeedSourceType.AZURE_APP_INSIGHTSStatic value AzureApplicationInsights for DataFeedSourceType.static final DataFeedSourceTypeDataFeedSourceType.AZURE_BLOBStatic value AzureBlob for DataFeedSourceType.static final DataFeedSourceTypeDataFeedSourceType.AZURE_COSMOS_DBStatic value AzureCosmosDB for DataFeedSourceType..static final DataFeedSourceTypeDataFeedSourceType.AZURE_DATA_EXPLORERStatic value AzureDataExplorer for DataFeedSourceType..static final DataFeedSourceTypeDataFeedSourceType.AZURE_DATA_LAKE_STORAGE_GEN2Enum value AzureDataLakeStorageGen2 for DataFeedSourceType..static final DataFeedSourceTypeDataFeedSourceType.AZURE_EVENT_HUBSStatic value AzureEventHubs for DataFeedSourceType..static final DataFeedSourceTypeDataFeedSourceType.AZURE_LOG_ANALYTICSEnum value AzureLogAnalytics for DataFeedSourceType..static final DataFeedSourceTypeDataFeedSourceType.AZURE_TABLEStatic value AzureTable for DataFeedSourceType..static final DataFeedSourceTypeDataFeedSourceType.INFLUX_DBStatic value InfluxDB for DataFeedSourceType..static final DataFeedSourceTypeDataFeedSourceType.MONGO_DBStatic value MongoDB for DataFeedSourceType..static final DataFeedSourceTypeDataFeedSourceType.MYSQL_DBStatic value MySql for DataFeedSourceType..static final DataFeedSourceTypeDataFeedSourceType.POSTGRE_SQL_DBStatic value PostgreSql for DataFeedSourceType..static final DataFeedSourceTypeDataFeedSourceType.SQL_SERVER_DBStatic value SqlServer.Methods in com.azure.ai.metricsadvisor.administration.models that return DataFeedSourceTypeModifier and TypeMethodDescriptionstatic DataFeedSourceTypeDataFeedSourceType.fromString(String name) Creates or finds a DataFeedSourceType from its string representation.DataFeed.getSourceType()Get the data feed source type.ListDataFeedFilter.getSourceType()Gets the source type of the data feed.Methods in com.azure.ai.metricsadvisor.administration.models that return types with arguments of type DataFeedSourceTypeModifier and TypeMethodDescriptionstatic Collection<DataFeedSourceType>DataFeedSourceType.values()Methods in com.azure.ai.metricsadvisor.administration.models with parameters of type DataFeedSourceTypeModifier and TypeMethodDescriptionListDataFeedFilter.setDataFeedSourceType(DataFeedSourceType dataFeedSourceType) Set the source type of the data feed.