
com.pulumi.azure.monitoring.kotlin.outputs.GetScheduledQueryRulesAlertTriggerMetricTrigger.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.monitoring.kotlin.outputs
import kotlin.Double
import kotlin.String
import kotlin.Suppress
/**
*
* @property metricColumn
* @property metricTriggerType
* @property operator Evaluation operation for rule.
* @property threshold Result or count threshold based on which rule should be triggered.
*/
public data class GetScheduledQueryRulesAlertTriggerMetricTrigger(
public val metricColumn: String,
public val metricTriggerType: String,
public val `operator`: String,
public val threshold: Double,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.monitoring.outputs.GetScheduledQueryRulesAlertTriggerMetricTrigger): GetScheduledQueryRulesAlertTriggerMetricTrigger =
GetScheduledQueryRulesAlertTriggerMetricTrigger(
metricColumn = javaType.metricColumn(),
metricTriggerType = javaType.metricTriggerType(),
`operator` = javaType.`operator`(),
threshold = javaType.threshold(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy