Class PerformanceCountersSettings
java.lang.Object
com.microsoft.azure.management.batchai.PerformanceCountersSettings
Performance counters reporting settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet azure Application Insights information for performance counters reporting.withAppInsightsReference
(AppInsightsReference appInsightsReference) Set azure Application Insights information for performance counters reporting.
-
Constructor Details
-
PerformanceCountersSettings
public PerformanceCountersSettings()
-
-
Method Details
-
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.
-