TagsResource Class

A container holding only the Tags for a resource, allowing the user to update the tags on an IoT Hub instance.

Inheritance
azure.mgmt.iothub._serialization.Model
TagsResource

Constructor

TagsResource(*, tags: Dict[str, str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tags

Resource tags.

Variables

Name Description
tags

Resource tags.