EdgeOrderAddressPatch 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 Address update parameters.
public class EdgeOrderAddressPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EdgeOrder.Models.EdgeOrderAddressPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EdgeOrder.Models.EdgeOrderAddressPatch>
public class EdgeOrderAddressPatch
type EdgeOrderAddressPatch = class
interface IJsonModel<EdgeOrderAddressPatch>
interface IPersistableModel<EdgeOrderAddressPatch>
type EdgeOrderAddressPatch = class
Public Class EdgeOrderAddressPatch
Implements IJsonModel(Of EdgeOrderAddressPatch), IPersistableModel(Of EdgeOrderAddressPatch)
Public Class EdgeOrderAddressPatch
- Inheritance
-
EdgeOrderAddressPatch
- Implements
Constructors
EdgeOrderAddressPatch() |
Initializes a new instance of EdgeOrderAddressPatch. |
Properties
ContactDetails |
Contact details for the address. |
ShippingAddress |
Shipping details for the address. |
Tags |
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<EdgeOrderAddressPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EdgeOrderAddressPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EdgeOrderAddressPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EdgeOrderAddressPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EdgeOrderAddressPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET