az databoxedge order
Manage order with databoxedge.
Commands
| az databoxedge order create |
Create an order. |
| az databoxedge order delete |
Delete the order related to the device. |
| az databoxedge order list |
List all the orders related to a Data Box Edge/Data Box Gateway device. |
| az databoxedge order show |
Get a specific order by name. |
| az databoxedge order update |
Update an order. |
| az databoxedge order wait |
Place the CLI in a waiting state until a condition of the databoxedge order is met. |
az databoxedge order create
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.
The city name.
The name of the company.
The contact person name.
The country name.
The order details of a device.
The email list.
The phone number.
The postal code.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
The state name.
Status of the order as per the allowed status types.
Optional Parameters
The address line2.
The address line3.
Comments related to this status change.
Do not wait for the long-running operation to finish.
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 databoxedge order delete
Delete the order related to the device.
az databoxedge order delete [--device-name]
[--ids]
[--no-wait]
[--resource-group]
[--yes]
Examples
Delete the order related to the device.
az databoxedge order delete --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation"
Optional Parameters
The device name.
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.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Do not prompt for confirmation.
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 databoxedge order list
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>.
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 databoxedge order show
Get a specific order by name.
az databoxedge order show [--device-name]
[--ids]
[--resource-group]
Examples
Get a specific order by name.
az databoxedge order show --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation"
Optional Parameters
The device name.
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.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
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 databoxedge order update
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}]
Examples
Update an order
az databoxedge order update --phone "(800) 426-9432"
Optional Parameters
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>.
The address line1.
The address line2.
The address line3.
The city name.
Comments related to this status change.
The name of the company.
The contact person name.
The country name.
The order details of a device.
The email list.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
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.
Do not wait for the long-running operation to finish.
The phone number.
The postal code.
Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Update an object by specifying a property path and value to set. Example: --set property1.property2=.
The state name.
Status of the order as per the allowed status types.
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 databoxedge order wait
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]
[--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
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
The device name.
Wait until the resource exists.
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.
Polling interval in seconds.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
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.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ