list Agent Pool Queue Status
suspend fun listAgentPoolQueueStatus(argument: ListAgentPoolQueueStatusPlainArgs): ListAgentPoolQueueStatusResult
Gets the count of queued runs for a given agent pool. Uses Azure REST API version 2019-06-01-preview. Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native containerregistry [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
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
agent Pool Name
The name of the agent pool.
registry Name
The name of the container registry.
resource Group Name
The name of the resource group to which the container registry belongs.
See also
suspend fun listAgentPoolQueueStatus(argument: suspend ListAgentPoolQueueStatusPlainArgsBuilder.() -> Unit): ListAgentPoolQueueStatusResult
Return
The QueueStatus of Agent Pool
Parameters
argument
Builder for com.pulumi.azurenative.containerregistry.kotlin.inputs.ListAgentPoolQueueStatusPlainArgs.