Interface WebTestLocations


  • public interface WebTestLocations
    Resource collection API of WebTestLocations.
    • Method Detail

      • list

        com.azure.core.http.rest.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.
        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<ApplicationInsightsComponentWebTestLocation> 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.