TagUpdate Class
Request payload used to update an existing resource's tags.
- Inheritance
-
azure.mgmt.deviceupdate._serialization.ModelTagUpdate
Constructor
TagUpdate(*, tags: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
List of key value pairs that describe the resource. This will overwrite the existing tags. |
Variables
Name | Description |
---|---|
tags
|
List of key value pairs that describe the resource. This will overwrite the existing tags. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python