AgentPoolUpdateParameters Class
The parameters for updating an agent pool.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelAgentPoolUpdateParameters
Constructor
AgentPoolUpdateParameters(*, tags: Dict[str, str] | None = None, count: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
The ARM resource tags. |
count
|
The count of agent machine. |
Variables
Name | Description |
---|---|
tags
|
The ARM resource tags. |
count
|
The count of agent machine. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python