ValidateAddress Class

The requirements to validate customer address where the device needs to be shipped.

All required parameters must be populated in order to send to Azure.

Inheritance
ValidateAddress

Constructor

ValidateAddress(*, shipping_address: azure.mgmt.databox.v2018_01_01.models._models_py3.ShippingAddress, device_type: Union[str, azure.mgmt.databox.v2018_01_01.models._data_box_management_client_enums.SkuName], **kwargs)

Parameters

shipping_address
<xref:azure.mgmt.databox.models.ShippingAddress>
Required

Required. Shipping address of the customer.

device_type
str or <xref:azure.mgmt.databox.models.SkuName>
Required

Required. Device type to be used for the job. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy".