Share via


TagDetails Class

Tag details.

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

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.

Default value: None
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.

Default value: None
values

The list of tag values.

Default value: None

Variables

Name Description
id
str

The tag name 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.