MonitoringTagRulesPropertiesArgs

data class MonitoringTagRulesPropertiesArgs(val automuting: Output<Boolean>? = null, val customMetrics: Output<Boolean>? = null, val logRules: Output<LogRulesArgs>? = null, val metricRules: Output<MetricRulesArgs>? = null) : ConvertibleToJava<MonitoringTagRulesPropertiesArgs>

Definition of the properties for a TagRules resource.

Constructors

Link copied to clipboard
constructor(automuting: Output<Boolean>? = null, customMetrics: Output<Boolean>? = null, logRules: Output<LogRulesArgs>? = null, metricRules: Output<MetricRulesArgs>? = null)

Properties

Link copied to clipboard
val automuting: Output<Boolean>? = null

Configuration to enable/disable auto-muting flag

Link copied to clipboard
val customMetrics: Output<Boolean>? = null

Configuration to enable/disable custom metrics. If enabled, custom metrics from app insights will be sent.

Link copied to clipboard
val logRules: Output<LogRulesArgs>? = null

Set of rules for sending logs for the Monitor resource.

Link copied to clipboard
val metricRules: Output<MetricRulesArgs>? = null

Set of rules for sending metrics for the Monitor resource.

Functions

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