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.60.1 published on Wednesday, Sep 11, 2024 by Pulumi
azure-native.containerregistry.listAgentPoolQueueStatus
Explore with Pulumi AI
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.60.1 published on Wednesday, Sep 11, 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:
- Agent
Pool stringName - The name of the agent pool.
- Registry
Name string - The name of the container registry.
- Resource
Group stringName - The name of the resource group to which the container registry belongs.
- Agent
Pool stringName - The name of the agent pool.
- Registry
Name string - The name of the container registry.
- Resource
Group stringName - The name of the resource group to which the container registry belongs.
- agent
Pool StringName - The name of the agent pool.
- registry
Name String - The name of the container registry.
- resource
Group StringName - The name of the resource group to which the container registry belongs.
- agent
Pool stringName - The name of the agent pool.
- registry
Name string - The name of the container registry.
- resource
Group stringName - The name of the resource group to which the container registry belongs.
- agent_
pool_ strname - The name of the agent pool.
- registry_
name str - The name of the container registry.
- resource_
group_ strname - The name of the resource group to which the container registry belongs.
- agent
Pool StringName - The name of the agent pool.
- registry
Name String - The name of the container registry.
- resource
Group StringName - 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
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.60.1 published on Wednesday, Sep 11, 2024 by Pulumi