MonitorTagRuleLogArgs

data class MonitorTagRuleLogArgs(val aadLogEnabled: Output<Boolean>? = null, val filters: Output<List<MonitorTagRuleLogFilterArgs>>? = null, val resourceLogEnabled: Output<Boolean>? = null, val subscriptionLogEnabled: Output<Boolean>? = null) : ConvertibleToJava<MonitorTagRuleLogArgs>

Constructors

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

Properties

Link copied to clipboard
val aadLogEnabled: Output<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
val resourceLogEnabled: Output<Boolean>? = null

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

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

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

Functions

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