Partager via


ApplicationInsightsComponentResource.GetProactiveDetectionConfigurations Méthode

Définition

Obtient la liste des configurations ProactiveDetection d’un composant Application Insights.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs
  • Opération IdProactiveDetectionConfigurations_List
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)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection de ApplicationInsightsComponentProactiveDetectionConfiguration qui peut nécessiter plusieurs demandes de service pour itérer.

S’applique à