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
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
$skipToken is supported on Get list of order, which provides the next page in the list of order.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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
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. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
The name of the order.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.