Share via


ApplicationInsightsComponentResource.GetProactiveDetectionConfigurations Method

Definition

Gets a list of ProactiveDetection configurations of an Application Insights component.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs
  • Operation Id: ProactiveDetectionConfigurations_List
  • Default Api Version: 2015-05-01
public virtual Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentProactiveDetectionConfiguration> GetProactiveDetectionConfigurations (System.Threading.CancellationToken cancellationToken = default);
abstract member GetProactiveDetectionConfigurations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentProactiveDetectionConfiguration>
override this.GetProactiveDetectionConfigurations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentProactiveDetectionConfiguration>
Public Overridable Function GetProactiveDetectionConfigurations (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApplicationInsightsComponentProactiveDetectionConfiguration)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ApplicationInsightsComponentProactiveDetectionConfiguration that may take multiple service requests to iterate over.

Applies to