WebtestLocationAvailabilityCriteriaArgs

data class WebtestLocationAvailabilityCriteriaArgs(val componentId: Output<String>, val failedLocationCount: Output<Double>, val odataType: Output<String>, val webTestId: Output<String>) : ConvertibleToJava<WebtestLocationAvailabilityCriteriaArgs>

Specifies the metric alert rule criteria for a web test resource.

Constructors

Link copied to clipboard
constructor(componentId: Output<String>, failedLocationCount: Output<Double>, odataType: Output<String>, webTestId: Output<String>)

Properties

Link copied to clipboard
val componentId: Output<String>

The Application Insights resource Id.

Link copied to clipboard

The number of failed locations.

Link copied to clipboard
val odataType: Output<String>

specifies the type of the alert criteria. Expected value is 'Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria'.

Link copied to clipboard
val webTestId: Output<String>

The Application Insights web test Id.

Functions

Link copied to clipboard
open override fun toJava(): WebtestLocationAvailabilityCriteriaArgs