Partilhar via


ApplicationInsightsComponentResource.GetWebTestLocations Método

Definição

Obtém uma lista de locais de teste da Web disponíveis para este componente do Application Insights.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/syntheticmonitorlocations
  • IdwebTestLocations_List de operação
public virtual Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentWebTestLocation> GetWebTestLocations (System.Threading.CancellationToken cancellationToken = default);
abstract member GetWebTestLocations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentWebTestLocation>
override this.GetWebTestLocations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentWebTestLocation>
Public Overridable Function GetWebTestLocations (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApplicationInsightsComponentWebTestLocation)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a