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.v2019_09_01.models._models_py3.ValidationInputRequestValidateAddress
Constructor
ValidateAddress(*, shipping_address: azure.mgmt.databox.v2019_09_01.models._models_py3.ShippingAddress, device_type: Union[str, azure.mgmt.databox.v2019_09_01.models._data_box_management_client_enums.SkuName], transport_preferences: Optional[azure.mgmt.databox.v2019_09_01.models._models_py3.TransportPreferences] = None, **kwargs)
Parameters
- validation_type
- str or <xref:azure.mgmt.databox.models.ValidationInputDiscriminator>
Required. Identifies the type of validation request.Constant filled by server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", "ValidateSkuAvailability".
- shipping_address
- <xref:azure.mgmt.databox.models.ShippingAddress>
Required. Shipping address of the customer.
- device_type
- str or <xref:azure.mgmt.databox.models.SkuName>
Required. Device type to be used for the job. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy".
- transport_preferences
- <xref:azure.mgmt.databox.models.TransportPreferences>
Preferences related to the shipment logistics of the sku.
Feedback
Submit and view feedback for