次の方法で共有


WebTestLocations Interface

public interface WebTestLocations

Resource collection API of WebTestLocations.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<ApplicationInsightsComponentWebTestLocation> list(String resourceGroupName, String resourceName)

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

abstract PagedIterable<ApplicationInsightsComponentWebTestLocation> list(String resourceGroupName, String resourceName, Context context)

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

Method Details

list

public abstract PagedIterable<ApplicationInsightsComponentWebTestLocation> list(String resourceGroupName, String resourceName)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the Application Insights component resource.

Returns:

a list of web test locations available to this Application Insights component as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<ApplicationInsightsComponentWebTestLocation> list(String resourceGroupName, String resourceName, Context context)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the Application Insights component resource.
context - The context to associate with this operation.

Returns:

a list of web test locations available to this Application Insights component as paginated response with PagedIterable<T>.

Applies to