Difference between revisions of "Az pipelines pool"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  
<code>az pipelines pool list</code>
+
* <code>[[az pipelines pool list]]</code>
 
+
* <code>[[az pipelines pool list --help]]</code>
<pre>
+
* <code>az pipelines pool show</code>
az pipelines pool list --help
 
This command is from the following extension: azure-devops
 
 
 
Command
 
    az pipelines pool list : List agent pools.
 
 
 
Arguments
 
    --action                        : Filter the list with user action permitted.  Allowed values:
 
                                      manage, none, use.
 
    --detect                        : Automatically detect organization.  Allowed values: false,
 
                                      true.
 
    --org --organization            : Azure DevOps organization URL. You can configure the default
 
                                      organization using az devops configure -d
 
                                      organization=ORG_URL. Required if not configured as default or
 
                                      picked up via git config. Example:
 
                                      https://dev.azure.com/MyOrganizationName/.
 
    --pool-name                    : Filter the list with matching pool name.
 
    --pool-type                    : Filter the list with type of pool.  Allowed values:
 
                                      automation, deployment.
 
 
 
Global Arguments
 
    --debug                        : Increase logging verbosity to show all debug logs.
 
    --help -h                      : Show this help message and exit.
 
    --only-show-errors              : Only show errors, suppressing warnings.
 
    --output -o                    : Output format.  Allowed values: json, jsonc, none, table, tsv,
 
                                      yaml, yamlc.  Default: json.
 
    --query                        : JMESPath query string. See http://jmespath.org/ for more
 
                                      information and examples.
 
    --query-examples [Experimental] : Recommend JMESPath string for you. You can copy one
 
                                      of the query and paste it after --query parameter within
 
                                      double quotation marks to see the results. You can add one or
 
                                      more positional keywords so that we can give suggestions based
 
                                      on these key words.
 
        This parameter is experimental and under development. Reference and support levels:
 
        https://aka.ms/CLI_refstatus
 
    --subscription                  : Name or ID of subscription. You can configure the default
 
                                      subscription using `az account set -s NAME_OR_ID`.
 
    --verbose                      : Increase logging verbosity. Use --debug for full debug logs.
 
 
 
To search AI knowledge base for examples, use: az find "az pipelines pool list"
 
 
 
Please let us know how we are doing: https://aka.ms/azureclihats
 
</pre>
 
 
 
  
 
== See also ==
 
== See also ==

Latest revision as of 13:21, 3 March 2022

Advertising: