Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.AgentPoolQueueStatusInner
Packages that use AgentPoolQueueStatusInner
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the inner data models for ContainerRegistryManagementClient.
-
Uses of AgentPoolQueueStatusInner in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent that return AgentPoolQueueStatusInnerModifier and TypeMethodDescriptionAgentPoolsClient.getQueueStatus(String resourceGroupName, String registryName, String agentPoolName) Gets the count of queued runs for a given agent pool.Methods in com.azure.resourcemanager.containerregistry.fluent that return types with arguments of type AgentPoolQueueStatusInnerModifier and TypeMethodDescriptionAgentPoolsClient.getQueueStatusAsync(String resourceGroupName, String registryName, String agentPoolName) Gets the count of queued runs for a given agent pool.com.azure.core.http.rest.Response<AgentPoolQueueStatusInner> AgentPoolsClient.getQueueStatusWithResponse(String resourceGroupName, String registryName, String agentPoolName, com.azure.core.util.Context context) Gets the count of queued runs for a given agent pool.Mono<com.azure.core.http.rest.Response<AgentPoolQueueStatusInner>> AgentPoolsClient.getQueueStatusWithResponseAsync(String resourceGroupName, String registryName, String agentPoolName) Gets the count of queued runs for a given agent pool. -
Uses of AgentPoolQueueStatusInner in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return AgentPoolQueueStatusInnerModifier and TypeMethodDescriptionstatic AgentPoolQueueStatusInnerAgentPoolQueueStatusInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AgentPoolQueueStatusInner from the JsonReader.Set the count property: The number of pending runs in the queue.