LogzSubAccountTagRuleTagFilter

data class LogzSubAccountTagRuleTagFilter(val action: String, val name: String, val value: String? = null)

Constructors

Link copied to clipboard
fun LogzSubAccountTagRuleTagFilter(action: String, name: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action is used to limit logs collection to include or exclude Azure resources with specific tags. Possible values are Include and Exclude. Note that the Exclude takes priority over the Include.

Link copied to clipboard

The name of the tag to match.

Link copied to clipboard
val value: String? = null

The value of the tag to match.