Compartir a través de


AgentPoolUpdateParameters Class

The parameters for updating an agent pool.

Constructor

AgentPoolUpdateParameters(*, tags: Dict[str, str] | None = None, count: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tags

The ARM resource tags.

Default value: None
count
int

The count of agent machine.

Default value: None

Variables

Name Description
tags

The ARM resource tags.

count
int

The count of agent machine.