BatchAccountUpdateParameters Class
Parameters for updating an Azure Batch account.
Constructor
BatchAccountUpdateParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
tags
|
The user-specified tags associated with the account. |
|
properties
|
The properties of the account. |
|
identity
|
The identity of the Batch account. |
Attributes
identity
The identity of the Batch account.
identity: _models.BatchAccountIdentity | None
properties
The properties of the account.
properties: _models.BatchAccountUpdateProperties | None
tags
The user-specified tags associated with the account.
tags: dict[str, str] | None