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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python