Class PerformanceCountersSettings

java.lang.Object
com.microsoft.azure.management.batchai.PerformanceCountersSettings

public class PerformanceCountersSettings extends Object
Performance counters reporting settings.
  • Constructor Details

    • PerformanceCountersSettings

      public PerformanceCountersSettings()
  • Method Details

    • appInsightsReference

      public AppInsightsReference appInsightsReference()
      Get azure Application Insights information for performance counters reporting. If provided, Batch AI will upload node performance counters to the corresponding Azure Application Insights account.
      Returns:
      the appInsightsReference value
    • withAppInsightsReference

      public PerformanceCountersSettings withAppInsightsReference(AppInsightsReference appInsightsReference)
      Set azure Application Insights information for performance counters reporting. If provided, Batch AI will upload node performance counters to the corresponding Azure Application Insights account.
      Parameters:
      appInsightsReference - the appInsightsReference value to set
      Returns:
      the PerformanceCountersSettings object itself.