TagDetails Class

Tag details.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
TagDetails

Constructor

TagDetails(*, tag_name: Optional[str] = None, count: Optional[azure.mgmt.resource.resources.v2018_05_01.models._models_py3.TagCount] = None, values: Optional[List[azure.mgmt.resource.resources.v2018_05_01.models._models_py3.TagValue]] = None, **kwargs)

Variables

id
str

The tag ID.

tag_name
str

The tag name.

count
TagCount

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.

values
list[TagValue]

The list of tag values.