az spring application-accelerator predefined-accelerator

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 application-accelerator predefined-accelerator command. Learn more about extensions.

(Enterprise Tier Only) Commands to manage predefined accelerator in Azure Spring Apps.

Commands

Name Description Type Status
az spring application-accelerator predefined-accelerator disable

(Enterprise Tier Only) Disable a predefined accelerator.

Extension GA
az spring application-accelerator predefined-accelerator enable

(Enterprise Tier Only) Enable a predefined accelerator.

Extension GA
az spring application-accelerator predefined-accelerator list

(Enterprise Tier Only) List all existing predefined accelerators.

Extension GA
az spring application-accelerator predefined-accelerator show

(Enterprise Tier Only) Show the settings, provisioning status and runtime status of predefined accelerator.

Extension GA

az spring application-accelerator predefined-accelerator disable

(Enterprise Tier Only) Disable a predefined accelerator.

az spring application-accelerator predefined-accelerator disable --name
                                                                 --resource-group
                                                                 --service
                                                                 [--no-wait]

Examples

Disable a predefined accelerator.

az spring application-accelerator predefined-accelerator disable --name AcceleratorName --service MyCluster --resource-group MyResourceGroup

Required Parameters

--name -n

Name for predefined accelerator.

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

Optional Parameters

--no-wait

Do not wait for the long-running operation to finish.

default value: False
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.

az spring application-accelerator predefined-accelerator enable

(Enterprise Tier Only) Enable a predefined accelerator.

az spring application-accelerator predefined-accelerator enable --name
                                                                --resource-group
                                                                --service
                                                                [--no-wait]

Examples

Enable a predefined accelerator.

az spring application-accelerator predefined-accelerator enable --name AcceleratorName --service MyCluster --resource-group MyResourceGroup

Required Parameters

--name -n

Name for predefined accelerator.

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

Optional Parameters

--no-wait

Do not wait for the long-running operation to finish.

default value: False
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.

az spring application-accelerator predefined-accelerator list

(Enterprise Tier Only) List all existing predefined accelerators.

az spring application-accelerator predefined-accelerator list --resource-group
                                                              --service

Examples

List all existing predefined accelerators.

az spring application-accelerator predefined-accelerator list --service MyCluster --resource-group MyResourceGroup

Required Parameters

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

az spring application-accelerator predefined-accelerator show

(Enterprise Tier Only) Show the settings, provisioning status and runtime status of predefined accelerator.

az spring application-accelerator predefined-accelerator show --name
                                                              --resource-group
                                                              --service

Examples

Show details of a predefined accelerator.

az spring application-accelerator predefined-accelerator show --name AcceleratorName --service MyCluster --resource-group MyResourceGroup

Required Parameters

--name -n

Name for predefined accelerator.

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