Class DataFeedSourceType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DataFeedSourceType>
com.azure.ai.metricsadvisor.administration.models.DataFeedSourceType
public final class DataFeedSourceType
extends com.azure.core.util.ExpandableStringEnum<DataFeedSourceType>
Defines values for all supported data sources types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DataFeedSourceTypeStatic value AzureApplicationInsights for DataFeedSourceType.static final DataFeedSourceTypeStatic value AzureBlob for DataFeedSourceType.static final DataFeedSourceTypeStatic value AzureCosmosDB for DataFeedSourceType..static final DataFeedSourceTypeStatic value AzureDataExplorer for DataFeedSourceType..static final DataFeedSourceTypeEnum value AzureDataLakeStorageGen2 for DataFeedSourceType..static final DataFeedSourceTypeStatic value AzureEventHubs for DataFeedSourceType..static final DataFeedSourceTypeEnum value AzureLogAnalytics for DataFeedSourceType..static final DataFeedSourceTypeStatic value AzureTable for DataFeedSourceType..static final DataFeedSourceTypeStatic value InfluxDB for DataFeedSourceType..static final DataFeedSourceTypeStatic value MongoDB for DataFeedSourceType..static final DataFeedSourceTypeStatic value MySql for DataFeedSourceType..static final DataFeedSourceTypeStatic value PostgreSql for DataFeedSourceType..static final DataFeedSourceTypeStatic value SqlServer. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DataFeedSourceTypefromString(String name) Creates or finds a DataFeedSourceType from its string representation.static Collection<DataFeedSourceType>values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AZURE_APP_INSIGHTS
Static value AzureApplicationInsights for DataFeedSourceType. -
AZURE_BLOB
Static value AzureBlob for DataFeedSourceType. -
AZURE_DATA_EXPLORER
Static value AzureDataExplorer for DataFeedSourceType.. -
AZURE_EVENT_HUBS
Static value AzureEventHubs for DataFeedSourceType.. -
AZURE_TABLE
Static value AzureTable for DataFeedSourceType.. -
INFLUX_DB
Static value InfluxDB for DataFeedSourceType.. -
MONGO_DB
Static value MongoDB for DataFeedSourceType.. -
MYSQL_DB
Static value MySql for DataFeedSourceType.. -
POSTGRE_SQL_DB
Static value PostgreSql for DataFeedSourceType.. -
SQL_SERVER_DB
Static value SqlServer. -
AZURE_COSMOS_DB
Static value AzureCosmosDB for DataFeedSourceType.. -
AZURE_DATA_LAKE_STORAGE_GEN2
Enum value AzureDataLakeStorageGen2 for DataFeedSourceType.. -
AZURE_LOG_ANALYTICS
Enum value AzureLogAnalytics for DataFeedSourceType..
-
-
Constructor Details
-
DataFeedSourceType
public DataFeedSourceType()
-
-
Method Details
-
fromString
Creates or finds a DataFeedSourceType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DataFeedSourceType.
-
values
- Returns:
- known DataFeedSourceType values.
-