PerformanceCountersSettings Class

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

public class PerformanceCountersSettings

Performance counters reporting settings.

Method Summary

Modifier and Type Method and Description
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.

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.

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.

Applies to