listAgentPoolQueueStatus

Gets the count of queued runs for a given agent pool. Uses Azure REST API version 2019-06-01-preview.

Return

The QueueStatus of Agent Pool

Parameters

argument

null


suspend fun listAgentPoolQueueStatus(agentPoolName: String, registryName: String, resourceGroupName: String): ListAgentPoolQueueStatusResult

Return

The QueueStatus of Agent Pool

Parameters

agentPoolName

The name of the agent pool.

registryName

The name of the container registry.

resourceGroupName

The name of the resource group to which the container registry belongs.

See also


Return

The QueueStatus of Agent Pool

Parameters

argument

Builder for com.pulumi.azurenative.containerregistry.kotlin.inputs.ListAgentPoolQueueStatusPlainArgs.

See also