ValidateAddress Class

Definition

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
ValidateAddress

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