Compartir a través de


AddressValidationResult Class

Definition

The address validation output.

public class AddressValidationResult : Azure.ResourceManager.DataBox.Models.DataBoxValidationInputResult, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.AddressValidationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.AddressValidationResult>
type AddressValidationResult = class
    inherit DataBoxValidationInputResult
    interface IJsonModel<AddressValidationResult>
    interface IPersistableModel<AddressValidationResult>
Public Class AddressValidationResult
Inherits DataBoxValidationInputResult
Implements IJsonModel(Of AddressValidationResult), IPersistableModel(Of AddressValidationResult)
Inheritance
AddressValidationResult
Implements

Properties

AlternateAddresses

List of alternate addresses.

Error

Error code and message of validation response.

(Inherited from DataBoxValidationInputResult)
ValidationStatus

The address validation status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AddressValidationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AddressValidationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DataBoxValidationInputResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataBoxValidationInputResult)
IPersistableModel<AddressValidationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AddressValidationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AddressValidationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DataBoxValidationInputResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DataBoxValidationInputResult)

Applies to