az aksarc vmsize

Note

This reference is part of the aksarc extension for the Azure CLI (version 2.32.0 or higher). The extension will automatically install the first time you run an az aksarc vmsize command. Learn more about extensions.

Manage virtual machine SKUs for provisioned clusters.

Commands

Name Description Type Status
az aksarc vmsize list

Lists the supported virtual machine sizes in the specified custom location.

Extension GA

az aksarc vmsize list

Lists the supported virtual machine sizes in the specified custom location.

az aksarc vmsize list --custom-location
                      [--resource-group]

Examples

VMListSkus

az aksarc vmsize list -g sample-rg --custom-location sample-cl

Required Parameters

--custom-location

Name or ID of the custom location to use for the virtual machine skus.

Optional Parameters

--resource-group -g

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

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.