GetWebTestResult

data class GetWebTestResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

An XML configuration specification for a WebTest.

Link copied to clipboard
val description: String? = null

User defined description 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 WebTest that this web test watches. Choices are ping, multistep and standard.

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

The collection of request properties

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 collection of validation rule properties

Link copied to clipboard

The kind of web test this is, valid choices are ping, multistep and standard.

Link copied to clipboard

User defined name if this WebTest.