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
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
The address line1.
Property | Value |
---|---|
Parameter group: | Shipping Address Arguments |
The city name.
Property | Value |
---|---|
Parameter group: | Shipping Address Arguments |
The name of the company.
Property | Value |
---|---|
Parameter group: | Contact Information Arguments |
The contact person name.
Property | Value |
---|---|
Parameter group: | Contact Information Arguments |
The country name.
Property | Value |
---|---|
Parameter group: | Shipping Address Arguments |
The order details of a device.
The email list.
Property | Value |
---|---|
Parameter group: | Contact Information Arguments |
The phone number.
Property | Value |
---|---|
Parameter group: | Contact Information Arguments |
The postal code.
Property | Value |
---|---|
Parameter group: | Shipping Address Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The state name.
Property | Value |
---|---|
Parameter group: | Shipping Address Arguments |
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.
The address line2.
Property | Value |
---|---|
Parameter group: | Shipping Address Arguments |
The address line3.
Property | Value |
---|---|
Parameter group: | Shipping Address Arguments |
Comments related to this status change.
Property | Value |
---|---|
Parameter group: | Current Status Arguments |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az databoxedge order delete
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.
The device name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
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 |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
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 |
Do not prompt for confirmation.
Property | Value |
---|---|
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az databoxedge order list
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
The device name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az databoxedge order show
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.
The device name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
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 |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
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
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az databoxedge order update
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 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: | [] |
The address line1.
Property | Value |
---|---|
Parameter group: | Shipping Address Arguments |
The address line2.
Property | Value |
---|---|
Parameter group: | Shipping Address Arguments |
The address line3.
Property | Value |
---|---|
Parameter group: | Shipping Address Arguments |
The city name.
Property | Value |
---|---|
Parameter group: | Shipping Address Arguments |
Comments related to this status change.
Property | Value |
---|---|
Parameter group: | Current Status Arguments |
The name of the company.
Property | Value |
---|---|
Parameter group: | Contact Information Arguments |
The contact person name.
Property | Value |
---|---|
Parameter group: | Contact Information Arguments |
The country name.
Property | Value |
---|---|
Parameter group: | Shipping Address Arguments |
The order details of a device.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The email list.
Property | Value |
---|---|
Parameter group: | Contact Information Arguments |
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 |
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 |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
The phone number.
Property | Value |
---|---|
Parameter group: | Contact Information Arguments |
The postal code.
Property | Value |
---|---|
Parameter group: | Shipping Address Arguments |
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: | [] |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
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: | [] |
The state name.
Property | Value |
---|---|
Parameter group: | Shipping Address Arguments |
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 |
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
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az databoxedge order wait
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.
Wait until created with 'provisioningState' at 'Succeeded'.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
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 |
Wait until deleted.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
The device name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Wait until the resource exists.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
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 |
Polling interval in seconds.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | 30 |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
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 |
Maximum wait in seconds.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | 3600 |
Wait until updated with provisioningState at 'Succeeded'.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |