TagDetails interface
Tag details.
Properties
count | The total number of resources that use the resource tag. When a tag is initially created and has no associated resources, the value is 0. |
id | The tag name ID. NOTE: This property will not be serialized. It can only be populated by the server. |
tag |
The tag name. |
values | The list of tag values. |
Property Details
count
The total number of resources that use the resource tag. When a tag is initially created and has no associated resources, the value is 0.
count?: TagCount
Property Value
id
The tag name ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
tagName
The tag name.
tagName?: string
Property Value
string