GetWebTestResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An XML configuration specification for a WebTest.

Link copied to clipboard
val description: String? = null

Purpose/user defined descriptive test for this WebTest.

Link copied to clipboard
val enabled: Boolean? = null

Is the test actively being monitored.

Link copied to clipboard
val frequency: Int? = null

Interval in seconds between test runs for this WebTest. Default value is 300.

Link copied to clipboard
val id: String

Azure resource Id

Link copied to clipboard
val kind: String? = null

The kind of web test that this web test watches. Choices are ping and multistep.

Link copied to clipboard

Resource location

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

Azure resource name

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
val retryEnabled: Boolean? = null

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
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard
val timeout: Int? = null

Seconds until this WebTest will timeout and fail. Default value is 30.

Link copied to clipboard

Azure resource type

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.