Compartilhar via


AgentPoolUpdateParameters Class

The parameters for updating an agent pool.

Inheritance
azure.mgmt.containerregistry._serialization.Model
AgentPoolUpdateParameters

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
int

The count of agent machine.

Variables

Name Description
tags

The ARM resource tags.

count
int

The count of agent machine.