Get Web Test Result
data class GetWebTestResult(val configuration: WebTestPropertiesResponseConfiguration? = null, val description: String? = null, val enabled: Boolean? = null, val frequency: Int? = null, val id: String, val kind: String? = null, val location: String, val locations: List<WebTestGeolocationResponse>, val name: String, val provisioningState: String, val retryEnabled: Boolean? = null, val syntheticMonitorId: String, val tags: Map<String, String>? = null, val timeout: Int? = null, val type: String, val webTestKind: String, val webTestName: String)
An Application Insights web test definition.
Constructors
Link copied to clipboard
constructor(configuration: WebTestPropertiesResponseConfiguration? = null, description: String? = null, enabled: Boolean? = null, frequency: Int? = null, id: String, kind: String? = null, location: String, locations: List<WebTestGeolocationResponse>, name: String, provisioningState: String, retryEnabled: Boolean? = null, syntheticMonitorId: String, tags: Map<String, String>? = null, timeout: Int? = null, type: String, webTestKind: String, webTestName: String)
Properties
Link copied to clipboard
An XML configuration specification for a WebTest.
Link copied to clipboard
Purpose/user defined descriptive test for this WebTest.
Link copied to clipboard
A list of where to physically run the tests from to give global coverage for accessibility of your application.
Link copied to clipboard
Current state of this component, whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Succeeded, Deploying, Canceled, and Failed.
Link copied to clipboard
Allow for retries should this WebTest fail.
Link copied to clipboard
Unique ID of this WebTest. This is typically the same value as the Name field.
Link copied to clipboard
The kind of web test this is, valid choices are ping and multistep.
Link copied to clipboard
User defined name if this WebTest.