Compartir a través de


ApplicationInsightsComponentResource.GetProactiveDetectionConfigurations Método

Definición

Obtiene una lista de configuraciones ProactiveDetection de un componente de Application Insights.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs
  • IdProactiveDetectionConfigurations_List de operación
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)

Parámetros

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Colección de que puede tomar varias solicitudes de ApplicationInsightsComponentProactiveDetectionConfiguration servicio para iterar.

Se aplica a