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
azure.mgmt.databox._serialization.Model
ValidateAddress

Constructor

ValidateAddress(*, shipping_address: _models.ShippingAddress, device_type: str | _models.SkuName, **kwargs: Any)

Keyword-Only Parameters

Name Description
shipping_address

Shipping address of the customer. Required.

device_type

Device type to be used for the job. Required. Known values are: "DataBox", "DataBoxDisk", and "DataBoxHeavy".

Variables

Name Description
shipping_address

Shipping address of the customer. Required.

device_type

Device type to be used for the job. Required. Known values are: "DataBox", "DataBoxDisk", and "DataBoxHeavy".