Partilhar via


WebTestCollection.GetAll(CancellationToken) Método

Definição

Obtenha todos os testes web do Application Insights definidos para o grupo de recursos especificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests
  • Operação IdWebTests_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.ApplicationInsights.WebTestResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.WebTestResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.WebTestResource>
Public Overridable Function GetAll (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