Class AzureAppInsightsDataFeedSource

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

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

    • AzureAppInsightsDataFeedSource

      public AzureAppInsightsDataFeedSource(String applicationId, String apiKey, String azureCloud, String query)
      Create a AzureAppInsightsDataFeedSource instance.
      Parameters:
      applicationId - the Azure Application Insights ID
      apiKey - the Azure Application Insights API key
      azureCloud - the Azure cloud environment
      query - the query
  • Method Details

    • getAzureCloud

      public String getAzureCloud()
      Get the Azure cloud environment.
      Returns:
      the azureCloud value.
    • getApplicationId

      public String getApplicationId()
      Get the Azure Application Insights ID.
      Returns:
      the applicationId value.
    • getApiKey

      public String getApiKey()
      Get the apiKey property: API Key.
      Returns:
      the apiKey value.
    • getQuery

      public String getQuery()
      Get the query property.
      Returns:
      the query value.