azure-native.containerregistry.listAgentPoolQueueStatus
Explore with Pulumi AI
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 for details.
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)
public static Output<ListAgentPoolQueueStatusResult> listAgentPoolQueueStatus(ListAgentPoolQueueStatusArgs args, InvokeOptions options)
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