Freigeben über


ApplicationInsightsComponentResource.GetProactiveDetectionConfigurationsAsync Methode

Definition

Ruft eine Liste der ProactiveDetection-Konfigurationen einer Application Insights-Komponente ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs
  • Vorgangs-IdProactiveDetectionConfigurations_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentProactiveDetectionConfiguration> GetProactiveDetectionConfigurationsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetProactiveDetectionConfigurationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentProactiveDetectionConfiguration>
override this.GetProactiveDetectionConfigurationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentProactiveDetectionConfiguration>
Public Overridable Function GetProactiveDetectionConfigurationsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApplicationInsightsComponentProactiveDetectionConfiguration)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von ApplicationInsightsComponentProactiveDetectionConfiguration , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: