TagDetails Class

Tag details.

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

Inheritance
azure.mgmt.resource.resources._serialization.Model
TagDetails

Constructor

TagDetails(*, tag_name: str | None = None, count: _models.TagCount | None = None, values: List[_models.TagValue] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tag_name
str

The tag name.

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.

values

The list of tag values.

Variables

Name Description
id
str

The tag ID.

tag_name
str

The tag name.

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.

values

The list of tag values.