The dataBoxEdgeDevices/orders resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders resource, add the following JSON to your template.
{
"type": "Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders",
"apiVersion": "2023-12-01",
"name": "default",
"properties": {
"contactInformation": {
"companyName": "string",
"contactPerson": "string",
"emailList": [ "string" ],
"phone": "string"
},
"shipmentType": "string",
"shippingAddress": {
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"country": "string",
"postalCode": "string",
"state": "string"
}
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders' |
apiVersion | The resource api version | '2023-12-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
'default' |
properties | The order properties. | OrderProperties |
Name | Description | Value |
---|---|---|
contactInformation | The contact details. | ContactDetails (required) |
shipmentType | ShipmentType of the order | 'NotApplicable' 'SelfPickup' 'ShippedToCustomer' |
shippingAddress | The shipping address. | Address |
Name | Description | Value |
---|---|---|
companyName | The name of the company. | string (required) |
contactPerson | The contact person name. | string (required) |
emailList | The email list. | string[] (required) |
phone | The phone number. | string (required) |
Name | Description | Value |
---|---|---|
addressLine1 | The address line1. | string |
addressLine2 | The address line2. | string |
addressLine3 | The address line3. | string |
city | The city name. | string |
country | The country name. | string (required) |
postalCode | The postal code. | string |
state | The state name. | string |