Class DataFeedSourceType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DataFeedSourceType>
com.azure.ai.metricsadvisor.administration.models.DataFeedSourceType

public final class DataFeedSourceType extends ExpandableStringEnum<DataFeedSourceType>
Defines values for all supported data sources types.
  • Field Details

    • AZURE_APP_INSIGHTS

      public static final DataFeedSourceType AZURE_APP_INSIGHTS
      Static value AzureApplicationInsights for DataFeedSourceType.
    • AZURE_BLOB

      public static final DataFeedSourceType AZURE_BLOB
      Static value AzureBlob for DataFeedSourceType.
    • AZURE_DATA_EXPLORER

      public static final DataFeedSourceType AZURE_DATA_EXPLORER
      Static value AzureDataExplorer for DataFeedSourceType..
    • AZURE_EVENT_HUBS

      public static final DataFeedSourceType AZURE_EVENT_HUBS
      Static value AzureEventHubs for DataFeedSourceType..
    • AZURE_TABLE

      public static final DataFeedSourceType AZURE_TABLE
      Static value AzureTable for DataFeedSourceType..
    • INFLUX_DB

      public static final DataFeedSourceType INFLUX_DB
      Static value InfluxDB for DataFeedSourceType..
    • MONGO_DB

      public static final DataFeedSourceType MONGO_DB
      Static value MongoDB for DataFeedSourceType..
    • MYSQL_DB

      public static final DataFeedSourceType MYSQL_DB
      Static value MySql for DataFeedSourceType..
    • POSTGRE_SQL_DB

      public static final DataFeedSourceType POSTGRE_SQL_DB
      Static value PostgreSql for DataFeedSourceType..
    • SQL_SERVER_DB

      public static final DataFeedSourceType SQL_SERVER_DB
      Static value SqlServer.
    • AZURE_COSMOS_DB

      public static final DataFeedSourceType AZURE_COSMOS_DB
      Static value AzureCosmosDB for DataFeedSourceType..
    • AZURE_DATA_LAKE_STORAGE_GEN2

      public static final DataFeedSourceType AZURE_DATA_LAKE_STORAGE_GEN2
      Enum value AzureDataLakeStorageGen2 for DataFeedSourceType..
    • AZURE_LOG_ANALYTICS

      public static final DataFeedSourceType AZURE_LOG_ANALYTICS
      Enum value AzureLogAnalytics for DataFeedSourceType..
  • Constructor Details

    • DataFeedSourceType

      public DataFeedSourceType()
  • Method Details

    • fromString

      public static DataFeedSourceType fromString(String name)
      Creates or finds a DataFeedSourceType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding DataFeedSourceType.
    • values

      public static Collection<DataFeedSourceType> values()
      Returns:
      known DataFeedSourceType values.