Class AzureEventHubsDataFeedSource

java.lang.Object
com.azure.ai.metricsadvisor.administration.models.DataFeedSource
com.azure.ai.metricsadvisor.administration.models.AzureEventHubsDataFeedSource

public final class AzureEventHubsDataFeedSource extends DataFeedSource
The AzureEventHubsDataFeedSource model.
  • Constructor Details

    • AzureEventHubsDataFeedSource

      public AzureEventHubsDataFeedSource(String connectionString, String consumerGroup)
      Create a AzureEventHubsDataFeedSource instance
      Parameters:
      connectionString - the Azure EventHub connection string.
      consumerGroup - the Azure EventHub consumer group.
  • Method Details

    • getConsumerGroup

      public String getConsumerGroup()
      Gets the Azure EventHub consumer group.
      Returns:
      the consumerGroup value.