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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python