Delen via


BillingAddressValidationResult Class

Definition

Result of the address validation.

public class BillingAddressValidationResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.BillingAddressValidationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.BillingAddressValidationResult>
type BillingAddressValidationResult = class
    interface IJsonModel<BillingAddressValidationResult>
    interface IPersistableModel<BillingAddressValidationResult>
Public Class BillingAddressValidationResult
Implements IJsonModel(Of BillingAddressValidationResult), IPersistableModel(Of BillingAddressValidationResult)
Inheritance
BillingAddressValidationResult
Implements

Properties

Status

Status of the address validation.

SuggestedAddresses

The list of suggested addresses.

ValidationMessage

Validation error message.

Explicit Interface Implementations

IJsonModel<BillingAddressValidationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingAddressValidationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingAddressValidationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingAddressValidationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingAddressValidationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to