Compartilhar via


ApplicationInsightsComponentResource.GetProactiveDetectionConfigurations Método

Definição

Obtém uma lista de configurações de ProactiveDetection de um componente do Application Insights.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs
  • Operação 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)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de ApplicationInsightsComponentProactiveDetectionConfiguration que pode levar várias solicitações de serviço para iterar.

Aplica-se a