Sdílet prostřednictvím


EdgeOrderItemPatch Class

Definition

Updates order item parameters.

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

Constructors

EdgeOrderItemPatch()

Initializes a new instance of EdgeOrderItemPatch.

Properties

ForwardAddress

Updates forward shipping address and contact details.

NotificationEmailList

Additional notification email list.

Preferences

Customer preference.

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<EdgeOrderItemPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeOrderItemPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeOrderItemPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeOrderItemPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeOrderItemPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to