AccountUpdate Class
Request payload used to update and existing Accounts.
- Inheritance
-
azure.mgmt.deviceupdate.models._models_py3.TagUpdateAccountUpdate
Constructor
AccountUpdate(*, tags: Dict[str, str] | None = None, identity: _models.ManagedServiceIdentity | None = None, location: 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. |
identity
|
The type of identity used for the resource. |
location
|
The geo-location where the resource lives. |
Variables
Name | Description |
---|---|
tags
|
List of key value pairs that describe the resource. This will overwrite the existing tags. |
identity
|
The type of identity used for the resource. |
location
|
The geo-location where the resource lives. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python