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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python