UserCreatedResourceTagResponse

data class UserCreatedResourceTagResponse(val tagName: String? = null, val tagValue: String? = null)

Resource tag input.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val tagName: 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: 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