Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.WebTestProperties
Packages that use WebTestProperties
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
-
Uses of WebTestProperties in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return WebTestPropertiesModifier and TypeMethodDescriptionWebTestProperties.withConfiguration(WebTestPropertiesConfiguration configuration) Set the configuration property: An XML configuration specification for a WebTest.WebTestProperties.withDescription(String description) Set the description property: Purpose/user defined descriptive test for this WebTest.WebTestProperties.withEnabled(Boolean enabled) Set the enabled property: Is the test actively being monitored.WebTestProperties.withFrequency(Integer frequency) Set the frequency property: Interval in seconds between test runs for this WebTest.WebTestProperties.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.WebTestProperties.withRetryEnabled(Boolean retryEnabled) Set the retryEnabled property: Allow for retries should this WebTest fail.WebTestProperties.withSyntheticMonitorId(String syntheticMonitorId) Set the syntheticMonitorId property: Unique ID of this WebTest.WebTestProperties.withTimeout(Integer timeout) Set the timeout property: Seconds until this WebTest will timeout and fail.WebTestProperties.withWebTestKind(WebTestKind webTestKind) Set the webTestKind property: The kind of web test this is, valid choices are ping and multistep.WebTestProperties.withWebTestName(String webTestName) Set the webTestName property: User defined name if this WebTest.