az-pipelines
Verified for current stable LTS
Az Pipelines Command: List Agent Pool
Use for list agent pool with Az Pipelines. Exact CLI syntax to list agent pool using Az Pipelines.
When to use this: Use for list agent pool with Az Pipelines.
Command Syntax
az pipelines agent list --org <organization_url> --pool-id <agent_pool> az pipelines agent list --org <organization_url> --pool-id <agent_pool> Command Breakdown
--org- Command Option
- Tool-specific option used by this command invocation.
--pool-id- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list agent pool using Az Pipelines.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Az Pipelines Command: Create Pipeline
az pipelines create --org <organization_url> -p <project_name> --name <pipeline_name> --description <description> --repository <repository_name> --branch <branch_name> Az Pipelines Command: Delete Pipeline az pipelines delete --org <organization_url> -p <project_name> --id <pipeline_id> Az Pipelines Command: List Pipelines az pipelines list --org <organization_url> -p <project_name> Az Pipelines Command: Run Pipeline az pipelines run --org <organization_url> -p <project_name> --name <pipeline_name> Az Pipelines Command: Show Pipeline az pipelines show --org <organization_url> -p <project_name> --name <pipeline_name>