Compartilhar via


AgentPoolQueueStatus Class

The QueueStatus of Agent Pool.

Inheritance
azure.mgmt.containerregistry._serialization.Model
AgentPoolQueueStatus

Constructor

AgentPoolQueueStatus(*, count: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
count
int

The number of pending runs in the queue.

Variables

Name Description
count
int

The number of pending runs in the queue.