1. Packages
  2. Azure Native
  3. API Docs
  4. containerregistry
  5. listAgentPoolQueueStatus
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.containerregistry.listAgentPoolQueueStatus

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

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

    Using listAgentPoolQueueStatus

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function listAgentPoolQueueStatus(args: ListAgentPoolQueueStatusArgs, opts?: InvokeOptions): Promise<ListAgentPoolQueueStatusResult>
    function listAgentPoolQueueStatusOutput(args: ListAgentPoolQueueStatusOutputArgs, opts?: InvokeOptions): Output<ListAgentPoolQueueStatusResult>
    def list_agent_pool_queue_status(agent_pool_name: Optional[str] = None,
                                     registry_name: Optional[str] = None,
                                     resource_group_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> ListAgentPoolQueueStatusResult
    def list_agent_pool_queue_status_output(agent_pool_name: Optional[pulumi.Input[str]] = None,
                                     registry_name: Optional[pulumi.Input[str]] = None,
                                     resource_group_name: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[ListAgentPoolQueueStatusResult]
    func ListAgentPoolQueueStatus(ctx *Context, args *ListAgentPoolQueueStatusArgs, opts ...InvokeOption) (*ListAgentPoolQueueStatusResult, error)
    func ListAgentPoolQueueStatusOutput(ctx *Context, args *ListAgentPoolQueueStatusOutputArgs, opts ...InvokeOption) ListAgentPoolQueueStatusResultOutput

    > Note: This function is named ListAgentPoolQueueStatus in the Go SDK.

    public static class ListAgentPoolQueueStatus 
    {
        public static Task<ListAgentPoolQueueStatusResult> InvokeAsync(ListAgentPoolQueueStatusArgs args, InvokeOptions? opts = null)
        public static Output<ListAgentPoolQueueStatusResult> Invoke(ListAgentPoolQueueStatusInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListAgentPoolQueueStatusResult> listAgentPoolQueueStatus(ListAgentPoolQueueStatusArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:containerregistry:listAgentPoolQueueStatus
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AgentPoolName string
    The name of the agent pool.
    RegistryName string
    The name of the container registry.
    ResourceGroupName string
    The name of the resource group to which the container registry belongs.
    AgentPoolName string
    The name of the agent pool.
    RegistryName string
    The name of the container registry.
    ResourceGroupName string
    The name of the resource group to which the container registry belongs.
    agentPoolName String
    The name of the agent pool.
    registryName String
    The name of the container registry.
    resourceGroupName String
    The name of the resource group to which the container registry belongs.
    agentPoolName string
    The name of the agent pool.
    registryName string
    The name of the container registry.
    resourceGroupName string
    The name of the resource group to which the container registry belongs.
    agent_pool_name str
    The name of the agent pool.
    registry_name str
    The name of the container registry.
    resource_group_name str
    The name of the resource group to which the container registry belongs.
    agentPoolName String
    The name of the agent pool.
    registryName String
    The name of the container registry.
    resourceGroupName String
    The name of the resource group to which the container registry belongs.

    listAgentPoolQueueStatus Result

    The following output properties are available:

    Count int
    The number of pending runs in the queue
    Count int
    The number of pending runs in the queue
    count Integer
    The number of pending runs in the queue
    count number
    The number of pending runs in the queue
    count int
    The number of pending runs in the queue
    count Number
    The number of pending runs in the queue

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi