Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.WebTestInner
Packages that use WebTestInner
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of WebTestInner in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent that return WebTestInnerModifier and TypeMethodDescriptionWebTestsClient.createOrUpdate(String resourceGroupName, String webTestName, WebTestInner webTestDefinition) Creates or updates an Application Insights web test definition.WebTestsClient.getByResourceGroup(String resourceGroupName, String webTestName) Get a specific Application Insights web test definition.WebTestsClient.updateTags(String resourceGroupName, String webTestName, TagsResource webTestTags) Creates or updates an Application Insights web test definition.Methods in com.azure.resourcemanager.applicationinsights.fluent that return types with arguments of type WebTestInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WebTestInner>WebTestsClient.createOrUpdateWithResponse(String resourceGroupName, String webTestName, WebTestInner webTestDefinition, com.azure.core.util.Context context) Creates or updates an Application Insights web test definition.com.azure.core.http.rest.Response<WebTestInner>WebTestsClient.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<WebTestInner>WebTestsClient.list()Get all Application Insights web test alerts definitions within a subscription.com.azure.core.http.rest.PagedIterable<WebTestInner>WebTestsClient.list(com.azure.core.util.Context context) Get all Application Insights web test alerts definitions within a subscription.com.azure.core.http.rest.PagedIterable<WebTestInner>WebTestsClient.listByComponent(String componentName, String resourceGroupName) Get all Application Insights web tests defined for the specified component.com.azure.core.http.rest.PagedIterable<WebTestInner>WebTestsClient.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<WebTestInner>WebTestsClient.listByResourceGroup(String resourceGroupName) Get all Application Insights web tests defined within a specified resource group.com.azure.core.http.rest.PagedIterable<WebTestInner>WebTestsClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Get all Application Insights web tests defined within a specified resource group.com.azure.core.http.rest.Response<WebTestInner>WebTestsClient.updateTagsWithResponse(String resourceGroupName, String webTestName, TagsResource webTestTags, com.azure.core.util.Context context) Creates or updates an Application Insights web test definition.Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type WebTestInnerModifier and TypeMethodDescriptionWebTestsClient.createOrUpdate(String resourceGroupName, String webTestName, WebTestInner webTestDefinition) Creates or updates an Application Insights web test definition.com.azure.core.http.rest.Response<WebTestInner>WebTestsClient.createOrUpdateWithResponse(String resourceGroupName, String webTestName, WebTestInner webTestDefinition, com.azure.core.util.Context context) Creates or updates an Application Insights web test definition. -
Uses of WebTestInner in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return WebTestInnerModifier and TypeMethodDescriptionWebTestInner.withConfiguration(WebTestPropertiesConfiguration configuration) Set the configuration property: An XML configuration specification for a WebTest.WebTestInner.withDescription(String description) Set the description property: Purpose/user defined descriptive test for this WebTest.WebTestInner.withEnabled(Boolean enabled) Set the enabled property: Is the test actively being monitored.WebTestInner.withFrequency(Integer frequency) Set the frequency property: Interval in seconds between test runs for this WebTest.WebTestInner.withKind(WebTestKind kind) Set the kind property: The kind of web test that this web test watches.WebTestInner.withLocation(String location) WebTestInner.withLocations(List<WebTestGeolocation> locations) Set the locations property: A list of where to physically run the tests from to give global coverage for accessibility of your application.WebTestInner.withRetryEnabled(Boolean retryEnabled) Set the retryEnabled property: Allow for retries should this WebTest fail.WebTestInner.withSyntheticMonitorId(String syntheticMonitorId) Set the syntheticMonitorId property: Unique ID of this WebTest.WebTestInner.withTimeout(Integer timeout) Set the timeout property: Seconds until this WebTest will timeout and fail.WebTestInner.withWebTestKind(WebTestKind webTestKind) Set the webTestKind property: The kind of web test this is, valid choices are ping and multistep.WebTestInner.withWebTestName(String webTestName) Set the webTestName property: User defined name if this WebTest. -
Uses of WebTestInner in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return WebTestInnerModifier and TypeMethodDescriptionWebTest.innerModel()Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.WebTestInner object.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type WebTestInnerModifier and TypeMethodDescriptionWebTestListResult.value()Get the value property: Set of Application Insights web test definitions.Method parameters in com.azure.resourcemanager.applicationinsights.models with type arguments of type WebTestInnerModifier and TypeMethodDescriptionWebTestListResult.withValue(List<WebTestInner> value) Set the value property: Set of Application Insights web test definitions.