Uses of Interface
com.azure.resourcemanager.applicationinsights.models.WebTest
Packages that use WebTest
Package
Description
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of WebTest in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return WebTestModifier and TypeMethodDescriptionWebTest.Update.apply()Executes the update request.WebTest.Update.apply(com.azure.core.util.Context context) Executes the update request.WebTest.DefinitionStages.WithCreate.create()Executes the create request.WebTest.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Get a specific Application Insights web test definition.WebTests.getByResourceGroup(String resourceGroupName, String webTestName) Get a specific Application Insights web test definition.WebTest.refresh()Refreshes the resource to sync with Azure.WebTest.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type WebTestModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WebTest>WebTests.getByIdWithResponse(String id, com.azure.core.util.Context context) Get a specific Application Insights web test definition.com.azure.core.http.rest.Response<WebTest>WebTests.getByResourceGroupWithResponse(String resourceGroupName, String webTestName, com.azure.core.util.Context context) Get a specific Application Insights web test definition.com.azure.core.http.rest.PagedIterable<WebTest>WebTests.list()Get all Application Insights web test alerts definitions within a subscription.com.azure.core.http.rest.PagedIterable<WebTest>WebTests.list(com.azure.core.util.Context context) Get all Application Insights web test alerts definitions within a subscription.com.azure.core.http.rest.PagedIterable<WebTest>WebTests.listByComponent(String componentName, String resourceGroupName) Get all Application Insights web tests defined for the specified component.com.azure.core.http.rest.PagedIterable<WebTest>WebTests.listByComponent(String componentName, String resourceGroupName, com.azure.core.util.Context context) Get all Application Insights web tests defined for the specified component.com.azure.core.http.rest.PagedIterable<WebTest>WebTests.listByResourceGroup(String resourceGroupName) Get all Application Insights web tests defined within a specified resource group.com.azure.core.http.rest.PagedIterable<WebTest>WebTests.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Get all Application Insights web tests defined within a specified resource group.