EdifactOneWayAgreement Class

Definition

The Edifact one way agreement.

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

Constructors

EdifactOneWayAgreement(IntegrationAccountBusinessIdentity, IntegrationAccountBusinessIdentity, EdifactProtocolSettings)

Initializes a new instance of EdifactOneWayAgreement.

Properties

ProtocolSettings

The EDIFACT protocol settings.

ReceiverBusinessIdentity

The receiver business identity.

SenderBusinessIdentity

The sender business identity.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdifactOneWayAgreement>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdifactOneWayAgreement>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdifactOneWayAgreement>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdifactOneWayAgreement>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdifactOneWayAgreement>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to