DataBoxEdgeShippingAddress 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 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
Azure SDK for .NET