다음을 통해 공유


DataBoxEdgeShippingAddress Class

Definition

The shipping address of the customer.

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

Constructors

DataBoxEdgeShippingAddress(String)

Initializes a new instance of DataBoxEdgeShippingAddress.

Properties

AddressLine1

The address line1.

AddressLine2

The address line2.

AddressLine3

The address line3.

City

The city name.

Country

The country name.

PostalCode

The postal code.

State

The state name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxEdgeShippingAddress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxEdgeShippingAddress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxEdgeShippingAddress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxEdgeShippingAddress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxEdgeShippingAddress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to