Share via


az databoxedge order

Command group 'databoxedge' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage order with databoxedge.

Commands

Name Description Type Status
az databoxedge order create

Create an order.

Core Preview
az databoxedge order delete

Delete the order related to the device.

Core Preview
az databoxedge order list

List all the orders related to a Data Box Edge/Data Box Gateway device.

Core Preview
az databoxedge order show

Get a specific order by name.

Core Preview
az databoxedge order update

Update an order.

Core Preview
az databoxedge order wait

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

Core Preview

az databoxedge order create

Preview

Command group 'databoxedge' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Create an order.

az databoxedge order create --address-line1
                            --city
                            --company-name
                            --contact-person
                            --country
                            --device-name
                            --email-list
                            --phone
                            --postal-code
                            --resource-group
                            --state
                            --status {Arriving, AwaitingFulfilment, AwaitingPreparation, AwaitingReturnShipment, AwaitingShipment, CollectedAtMicrosoft, Declined, Delivered, LostDevice, ReplacementRequested, ReturnInitiated, Shipped, ShippedBack, Untracked}
                            [--address-line2]
                            [--address-line3]
                            [--comments]
                            [--no-wait]

Examples

Create an order.

az databoxedge order create --device-name "testedgedevice" --company-name "Microsoft" --contact-person "John Mcclane" --email-list "john@microsoft.com" --phone "(800) 426-9400" --address-line1 "Microsoft Corporation" --address-line2 "One Microsoft Way" --address-line3 "Redmond" --city "WA" --country "United States" --postal-code "98052" --state "WA" --status Untracked --resource-group "GroupForEdgeAutomation"

Required Parameters

--address-line1

The address line1.

Property Value
Parameter group: Shipping Address Arguments
--city

The city name.

Property Value
Parameter group: Shipping Address Arguments
--company-name

The name of the company.

Property Value
Parameter group: Contact Information Arguments
--contact-person

The contact person name.

Property Value
Parameter group: Contact Information Arguments
--country

The country name.

Property Value
Parameter group: Shipping Address Arguments
--device-name -d

The order details of a device.

--email-list

The email list.

Property Value
Parameter group: Contact Information Arguments
--phone

The phone number.

Property Value
Parameter group: Contact Information Arguments
--postal-code

The postal code.

Property Value
Parameter group: Shipping Address Arguments
--resource-group -g

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

--state

The state name.

Property Value
Parameter group: Shipping Address Arguments
--status

Status of the order as per the allowed status types.

Property Value
Parameter group: Current Status Arguments
Accepted values: Arriving, AwaitingFulfilment, AwaitingPreparation, AwaitingReturnShipment, AwaitingShipment, CollectedAtMicrosoft, Declined, Delivered, LostDevice, ReplacementRequested, ReturnInitiated, Shipped, ShippedBack, Untracked

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--address-line2

The address line2.

Property Value
Parameter group: Shipping Address Arguments
--address-line3

The address line3.

Property Value
Parameter group: Shipping Address Arguments
--comments

Comments related to this status change.

Property Value
Parameter group: Current Status Arguments
--no-wait

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

Property Value
Default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False

az databoxedge order delete

Preview

Command group 'databoxedge' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Delete the order related to the device.

az databoxedge order delete [--device-name]
                            [--ids]
                            [--no-wait]
                            [--resource-group]
                            [--subscription]
                            [--yes]

Examples

Delete the order related to the device.

az databoxedge order delete --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation"

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--device-name -d

The device name.

Property Value
Parameter group: Resource Id Arguments
--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.

Property Value
Parameter group: Resource Id Arguments
--no-wait

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

Property Value
Default value: False
--resource-group -g

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

Property Value
Parameter group: Resource Id Arguments
--subscription

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

Property Value
Parameter group: Resource Id Arguments
--yes -y

Do not prompt for confirmation.

Property Value
Default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az databoxedge order list

Preview

Command group 'databoxedge' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List all the orders related to a Data Box Edge/Data Box Gateway device.

az databoxedge order list --device-name
                          --resource-group

Examples

List all the orders related to a Data Box Edge/Data Box Gateway device.

az databoxedge order list --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation"

Required Parameters

--device-name -d

The device name.

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

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False

az databoxedge order show

Preview

Command group 'databoxedge' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Get a specific order by name.

az databoxedge order show [--device-name]
                          [--ids]
                          [--resource-group]
                          [--subscription]

Examples

Get a specific order by name.

az databoxedge order show --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation"

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--device-name -d

The device name.

Property Value
Parameter group: Resource Id Arguments
--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.

Property Value
Parameter group: Resource Id Arguments
--resource-group -g

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

Property Value
Parameter group: Resource Id Arguments
--subscription

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

Property Value
Parameter group: Resource Id Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az databoxedge order update

Preview

Command group 'databoxedge' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Update an order.

az databoxedge order update [--add]
                            [--address-line1]
                            [--address-line2]
                            [--address-line3]
                            [--city]
                            [--comments]
                            [--company-name]
                            [--contact-person]
                            [--country]
                            [--device-name]
                            [--email-list]
                            [--force-string]
                            [--ids]
                            [--no-wait]
                            [--phone]
                            [--postal-code]
                            [--remove]
                            [--resource-group]
                            [--set]
                            [--state]
                            [--status {Arriving, AwaitingFulfilment, AwaitingPreparation, AwaitingReturnShipment, AwaitingShipment, CollectedAtMicrosoft, Declined, Delivered, LostDevice, ReplacementRequested, ReturnInitiated, Shipped, ShippedBack, Untracked}]
                            [--subscription]

Examples

Update an order

az databoxedge order update --phone "(800) 426-9432"

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--add

Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.

Property Value
Parameter group: Generic Update Arguments
Default value: []
--address-line1

The address line1.

Property Value
Parameter group: Shipping Address Arguments
--address-line2

The address line2.

Property Value
Parameter group: Shipping Address Arguments
--address-line3

The address line3.

Property Value
Parameter group: Shipping Address Arguments
--city

The city name.

Property Value
Parameter group: Shipping Address Arguments
--comments

Comments related to this status change.

Property Value
Parameter group: Current Status Arguments
--company-name

The name of the company.

Property Value
Parameter group: Contact Information Arguments
--contact-person

The contact person name.

Property Value
Parameter group: Contact Information Arguments
--country

The country name.

Property Value
Parameter group: Shipping Address Arguments
--device-name -d

The order details of a device.

Property Value
Parameter group: Resource Id Arguments
--email-list

The email list.

Property Value
Parameter group: Contact Information Arguments
--force-string

When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.

Property Value
Parameter group: Generic Update Arguments
Default value: False
--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.

Property Value
Parameter group: Resource Id Arguments
--no-wait

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

Property Value
Default value: False
--phone

The phone number.

Property Value
Parameter group: Contact Information Arguments
--postal-code

The postal code.

Property Value
Parameter group: Shipping Address Arguments
--remove

Remove a property or an element from a list. Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.

Property Value
Parameter group: Generic Update Arguments
Default value: []
--resource-group -g

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

Property Value
Parameter group: Resource Id Arguments
--set

Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>.

Property Value
Parameter group: Generic Update Arguments
Default value: []
--state

The state name.

Property Value
Parameter group: Shipping Address Arguments
--status

Status of the order as per the allowed status types.

Property Value
Parameter group: Current Status Arguments
Accepted values: Arriving, AwaitingFulfilment, AwaitingPreparation, AwaitingReturnShipment, AwaitingShipment, CollectedAtMicrosoft, Declined, Delivered, LostDevice, ReplacementRequested, ReturnInitiated, Shipped, ShippedBack, Untracked
--subscription

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

Property Value
Parameter group: Resource Id Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az databoxedge order wait

Preview

Command group 'databoxedge' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

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

az databoxedge order wait [--created]
                          [--custom]
                          [--deleted]
                          [--device-name]
                          [--exists]
                          [--ids]
                          [--interval]
                          [--resource-group]
                          [--subscription]
                          [--timeout]
                          [--updated]

Examples

Pause executing next line of CLI script until the databoxedge order is successfully created.

az databoxedge order wait --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation" --created

Pause executing next line of CLI script until the databoxedge order is successfully updated.

az databoxedge order wait --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation" --updated

Pause executing next line of CLI script until the databoxedge order is successfully deleted.

az databoxedge order wait --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation" --deleted

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--created

Wait until created with 'provisioningState' at 'Succeeded'.

Property Value
Parameter group: Wait Condition Arguments
Default value: False
--custom

Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].

Property Value
Parameter group: Wait Condition Arguments
--deleted

Wait until deleted.

Property Value
Parameter group: Wait Condition Arguments
Default value: False
--device-name -d

The device name.

Property Value
Parameter group: Resource Id Arguments
--exists

Wait until the resource exists.

Property Value
Parameter group: Wait Condition Arguments
Default value: False
--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.

Property Value
Parameter group: Resource Id Arguments
--interval

Polling interval in seconds.

Property Value
Parameter group: Wait Condition Arguments
Default value: 30
--resource-group -g

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

Property Value
Parameter group: Resource Id Arguments
--subscription

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

Property Value
Parameter group: Resource Id Arguments
--timeout

Maximum wait in seconds.

Property Value
Parameter group: Wait Condition Arguments
Default value: 3600
--updated

Wait until updated with provisioningState at 'Succeeded'.

Property Value
Parameter group: Wait Condition Arguments
Default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False