MonitoringTagRulesPropertiesResponse

data class MonitoringTagRulesPropertiesResponse(val automuting: Boolean? = null, val customMetrics: Boolean? = null, val logRules: LogRulesResponse? = null, val metricRules: MetricRulesResponse? = null, val provisioningState: String)

Definition of the properties for a TagRules resource.

Constructors

Link copied to clipboard
constructor(automuting: Boolean? = null, customMetrics: Boolean? = null, logRules: LogRulesResponse? = null, metricRules: MetricRulesResponse? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val automuting: Boolean? = null

Configuration to enable/disable auto-muting flag

Link copied to clipboard
val customMetrics: Boolean? = null

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

Link copied to clipboard

Set of rules for sending logs for the Monitor resource.

Link copied to clipboard

Set of rules for sending metrics for the Monitor resource.

Link copied to clipboard