MonitorTagRuleLog

data class MonitorTagRuleLog(val aadLogEnabled: Boolean? = null, val filters: List<MonitorTagRuleLogFilter>? = null, val resourceLogEnabled: Boolean? = null, val subscriptionLogEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(aadLogEnabled: Boolean? = null, filters: List<MonitorTagRuleLogFilter>? = null, resourceLogEnabled: Boolean? = null, subscriptionLogEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aadLogEnabled: Boolean? = null

Whether AAD logs should be sent for the Monitor resource?

Link copied to clipboard

A filter block as defined below.

Link copied to clipboard

Whether Azure resource logs should be sent for the Monitor resource?

Link copied to clipboard

Whether Azure subscription logs should be sent for the Monitor resource?