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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python