az edgeorder

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

Manage Edge Order.

Commands

az edgeorder address

Manage address with edgeorder sub group address.

az edgeorder address create

Create a new address with the specified parameters. Existing address can be updated with this API.

az edgeorder address delete

Delete an address.

az edgeorder address list

List all the addresses available under the given resource group. And List all the addresses available under the subscription.

az edgeorder address show

Get information about the specified address.

az edgeorder address update

Update the properties of an existing address.

az edgeorder address wait

Place the CLI in a waiting state until a condition of the address is met.

az edgeorder list-config

This method provides the list of configurations for the given product family, product line and product under subscription.

az edgeorder list-family

This method provides the list of product families for the given subscription.

az edgeorder list-metadata

This method provides the list of product families metadata for the given subscription.

az edgeorder order

Manage order with edgeorder sub group order.

az edgeorder order list

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

az edgeorder order show

Get an order.

az edgeorder order-item

Manage order item with edgeorder sub group order-item.

az edgeorder order-item cancel

Cancel order item.

az edgeorder order-item create

Create an order item. Existing order item cannot be updated with this api and should instead be updated with the Update order item API.

az edgeorder order-item delete

Delete an order item.

az edgeorder order-item list

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

az edgeorder order-item return

Return order item.

az edgeorder order-item show

Get an order item.

az edgeorder order-item update

Update the properties of an existing order item.

az edgeorder order-item wait

Place the CLI in a waiting state until a condition of the order-item is met.

az edgeorder list-config

This method provides the list of configurations for the given product family, product line and product under subscription.

az edgeorder list-config --configuration-filters
                         [--location-placement-id]
                         [--quota-id]
                         [--registered-features]
                         [--skip-token]

Examples

ListConfigurations

az edgeorder list-config --configuration-filters "[{\"filterableProperty\":[{\"type\":\"ShipToCountries\",\"supportedValues\":[\"US\"]}],\"hierarchyInformation\":{\"productFamilyName\":\"AzureStackEdge\",\"productLineName\":\"AzureStackEdge\",\"productName\":\"AzureStackEdgeGPU\"}}]"

Required Parameters

--configuration-filters

Holds details about product hierarchy information and filterable property. Expected value: json-string/json-file/@json-file.

Optional Parameters

--location-placement-id

Location placement Id of a subscription.

--quota-id

Quota ID of a subscription.

--registered-features

List of registered feature flags for subscription.

--skip-token

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

az edgeorder list-family

This method provides the list of product families for the given subscription.

az edgeorder list-family --filterable-properties
                         [--expand]
                         [--location-placement-id]
                         [--quota-id]
                         [--registered-features]
                         [--skip-token]

Examples

ListProductFamilies

az edgeorder list-family --filterable-properties azurestackedge="{\"type\":\"ShipToCountries\",               \"supportedValues\":[\"US\"]}"

Required Parameters

--filterable-properties

Dictionary of filterable properties on product family. Expect value: KEY1=VALUE1 KEY2=VALUE2 ...

Optional Parameters

--expand

$expand is supported on configurations parameter for product, which provides details on the configurations for the product.

--location-placement-id

Location placement Id of a subscription.

--quota-id

Quota ID of a subscription.

--registered-features

List of registered feature flags for subscription.

--skip-token

$skipToken is supported on list of product families, which provides the next page in the list of product families.

az edgeorder list-metadata

This method provides the list of product families metadata for the given subscription.

az edgeorder list-metadata [--skip-token]

Examples

ListProductFamiliesMetadata

az edgeorder list-metadata

Optional Parameters

--skip-token

$skipToken is supported on list of product families metadata, which provides the next page in the list of product families metadata.