DataBoxValidateAddressContent 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 DataBoxValidateAddressContent : Azure.ResourceManager.DataBox.Models.DataBoxValidationInputContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.DataBoxValidateAddressContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.DataBoxValidateAddressContent>
type DataBoxValidateAddressContent = class
inherit DataBoxValidationInputContent
interface IJsonModel<DataBoxValidateAddressContent>
interface IPersistableModel<DataBoxValidateAddressContent>
Public Class DataBoxValidateAddressContent
Inherits DataBoxValidationInputContent
Implements IJsonModel(Of DataBoxValidateAddressContent), IPersistableModel(Of DataBoxValidateAddressContent)
- Inheritance
- Implements
Constructors
DataBoxValidateAddressContent(DataBoxShippingAddress, DataBoxSkuName) |
Initializes a new instance of DataBoxValidateAddressContent. |
Properties
DeviceType |
Device type to be used for the job. |
Model |
The customer friendly name of the combination of version and capacity of the device. This field is necessary only at the time of ordering the newer generation device i.e. AzureDataBox120 and AzureDataBox525 as of Feb/2025. |
ShippingAddress |
Shipping address of the customer. |
TransportPreferences |
Preferences related to the shipment logistics of the sku. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |