UserCreatedResourceTagArgs

data class UserCreatedResourceTagArgs(val tagName: Output<String>? = null, val tagValue: Output<String>? = null) : ConvertibleToJava<UserCreatedResourceTagArgs>

Resource tag input.

Constructors

Link copied to clipboard
constructor(tagName: Output<String>? = null, tagValue: Output<String>? = null)

Properties

Link copied to clipboard
val tagName: Output<String>? = null

The tag name. Please read for more information: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources#limitations

Link copied to clipboard
val tagValue: Output<String>? = null

The tag value. Please read her for more information: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources#limitations

Functions

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