MetricAlertApplicationInsightsWebTestLocationAvailabilityCriteriaArgs

data class MetricAlertApplicationInsightsWebTestLocationAvailabilityCriteriaArgs(val componentId: Output<String>, val failedLocationCount: Output<Int>, val webTestId: Output<String>) : ConvertibleToJava<MetricAlertApplicationInsightsWebTestLocationAvailabilityCriteriaArgs>

Constructors

constructor(componentId: Output<String>, failedLocationCount: Output<Int>, webTestId: Output<String>)

Properties

Link copied to clipboard
val componentId: Output<String>

The ID of the Application Insights Resource.

Link copied to clipboard

The number of failed locations.

Link copied to clipboard
val webTestId: Output<String>

The ID of the Application Insights Web Test.

Functions

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