TagInheritancePropertiesArgs

data class TagInheritancePropertiesArgs(val preferContainerTags: Output<Boolean>) : ConvertibleToJava<TagInheritancePropertiesArgs>

The properties of the tag inheritance setting.

Constructors

Link copied to clipboard
constructor(preferContainerTags: Output<Boolean>)

Properties

Link copied to clipboard

When resource has the same tag as subscription or resource group and this property is set to true - the subscription or resource group tag will be applied. If subscription and resource group tags are also the same, subscription tag will be applied.

Functions

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