az edgeorder order

Note

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

Manage order with edgeorder sub group order.

Commands

Name Description Type Status
az edgeorder order list

List order at resource group level. And List order at subscription level.

Extension GA
az edgeorder order show

Get an order.

Extension GA

az edgeorder order list

List order at resource group level. And List order at subscription level.

az edgeorder order list [--resource-group]
                        [--skip-token]

Examples

ListOrderAtResourceGroupLevel

az edgeorder order list --resource-group "TestRG"

ListOrderAtSubscriptionLevel

az edgeorder order list

Optional Parameters

--resource-group -g

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

--skip-token

$skipToken is supported on Get list of order, which provides the next page in the list of order.

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 edgeorder order show

Get an order.

az edgeorder order show [--ids]
                        [--location]
                        [--name]
                        [--resource-group]
                        [--subscription]

Examples

GetOrderByName

az edgeorder order show --location "TestLocation" --name "TestOrderItemName901" --resource-group "TestRG"

Optional Parameters

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--name

The name of the order.

--resource-group -g

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

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

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.