Compartilhar via


ApplicationInsightsComponentResource.GetWebTests(CancellationToken) Método

Definição

Obtenha todos os testes web do Application Insights definidos para o componente especificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{componentName}/webtests
  • Operação IdWebTests_ListByComponent
public virtual Azure.Pageable<Azure.ResourceManager.ApplicationInsights.WebTestResource> GetWebTests (System.Threading.CancellationToken cancellationToken = default);
abstract member GetWebTests : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.WebTestResource>
override this.GetWebTests : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.WebTestResource>
Public Overridable Function GetWebTests (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebTestResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a