Share via


ApplicationInsightsComponentResource.GetWebTestLocations Method

Definition

Gets a list of web test locations available to this Application Insights component.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/syntheticmonitorlocations
  • Operation Id: webTestLocations_List
  • Default Api Version: 2015-05-01
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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ApplicationInsightsComponentWebTestLocation that may take multiple service requests to iterate over.

Applies to