Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.AgentPoolQueueStatusInner
-
Packages that use AgentPoolQueueStatusInner Package Description com.azure.resourcemanager.containerregistry.fluent Package containing the service clients for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.fluent.models 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 AgentPoolQueueStatusInner Modifier and Type Method Description AgentPoolQueueStatusInnerAgentPoolsClient. 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 AgentPoolQueueStatusInner Modifier and Type Method Description Mono<AgentPoolQueueStatusInner>AgentPoolsClient. 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 AgentPoolQueueStatusInner Modifier and Type Method Description AgentPoolQueueStatusInnerAgentPoolQueueStatusInner. withCount(Integer count)Set the count property: The number of pending runs in the queue.
-