TagsResult Class

A resource listing all tags.

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

Inheritance
azure.mgmt.consumption.models._models_py3.ProxyResource
TagsResult

Constructor

TagsResult(*, e_tag: str | None = None, tags: List[_models.Tag] | None = None, **kwargs)

Keyword-Only Parameters

Name Description
e_tag
str

eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.

tags

A set of tags. A list of Tag.

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

e_tag
str

eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.

tags

A set of tags. A list of Tag.

next_link
str

The link (url) to the next page of results.

previous_link
str

The link (url) to the previous page of results.