az spring job execution instance

Note

This reference is part of the spring extension for the Azure CLI (version 2.56.0 or higher). The extension will automatically install the first time you run an az spring job execution instance command. Learn more about extensions.

Command group 'spring job execution' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

(Enterprise Tier Only) Commands to manage job execution instances of Azure Spring Apps service.

Commands

Name Description Type Status
az spring job execution instance list

List all instances of the job execution.

Extension Preview

az spring job execution instance list

Preview

Command group 'spring job execution instance' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List all instances of the job execution.

az spring job execution instance list --execution
                                      --job
                                      --resource-group
                                      --service

Examples

List all instances of the job execution.

az spring job execution instance list --job job-name --execution job-execution-name -s MyService -g MyResourceGroup

Required Parameters

--execution

The name of the job execution.

--job

The name of job running in the specified Azure Spring Apps instance.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--service -s

The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.

Global Parameters
--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.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--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.