Interface WebTestLocationsClient


public interface WebTestLocationsClient
An instance of this class provides access to all the operations defined in WebTestLocationsClient.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<ApplicationInsightsComponentWebTestLocationInner> 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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • list

      com.azure.core.http.rest.PagedIterable<ApplicationInsightsComponentWebTestLocationInner> list(String resourceGroupName, String resourceName, com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.