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 request: WebTestPropertiesResponseRequest? = null, val retryEnabled: Boolean? = null, val syntheticMonitorId: String, val tags: Map<String, String>? = null, val timeout: Int? = null, val type: String, val validationRules: WebTestPropertiesResponseValidationRules? = null, val webTestKind: String, val webTestName: String)
An Application Insights WebTest definition.
Constructors
Link copied to clipboard
fun GetWebTestResult(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, request: WebTestPropertiesResponseRequest? = null, retryEnabled: Boolean? = null, syntheticMonitorId: String, tags: Map<String, String>? = null, timeout: Int? = null, type: String, validationRules: WebTestPropertiesResponseValidationRules? = null, webTestKind: String, webTestName: String)