AgentPoolQueueStatus Class
The QueueStatus of Agent Pool.
Constructor
AgentPoolQueueStatus(*, count: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
count
|
The number of pending runs in the queue. Default value: None
|
Variables
Name | Description |
---|---|
count
|
The number of pending runs in the queue. |
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