共用方式為


DataBoxValidateAddressContent Class

Definition

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
DataBoxValidateAddressContent
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)

Explicit Interface Implementations

IJsonModel<DataBoxValidateAddressContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataBoxValidateAddressContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DataBoxValidationInputContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DataBoxValidationInputContent)
IJsonModel<DataBoxValidationInputContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataBoxValidationInputContent)
IPersistableModel<DataBoxValidateAddressContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxValidateAddressContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataBoxValidateAddressContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DataBoxValidationInputContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataBoxValidationInputContent)
IPersistableModel<DataBoxValidationInputContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DataBoxValidationInputContent)
IPersistableModel<DataBoxValidationInputContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataBoxValidationInputContent)

Applies to