ValidateAddress Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The requirements to validate customer address where the device needs to be shipped.
public class ValidateAddress : Microsoft.Azure.Management.DataBox.Models.ValidationInputRequest
type ValidateAddress = class
inherit ValidationInputRequest
Public Class ValidateAddress
Inherits ValidationInputRequest
- Inheritance
Constructors
ValidateAddress() |
Initializes a new instance of the ValidateAddress class. |
ValidateAddress(ShippingAddress, SkuName, TransportPreferences) |
Initializes a new instance of the ValidateAddress class. |
Properties
DeviceType |
Gets or sets device type to be used for the job. Possible values include: 'DataBox', 'DataBoxDisk', 'DataBoxHeavy', 'DataBoxCustomerDisk' |
ShippingAddress |
Gets or sets shipping address of the customer. |
TransportPreferences |
Gets or sets preferences related to the shipment logistics of the sku. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET