다음을 통해 공유


X12OneWayAgreement Class

Definition

The X12 one-way agreement.

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

Constructors

X12OneWayAgreement(IntegrationAccountBusinessIdentity, IntegrationAccountBusinessIdentity, X12ProtocolSettings)

Initializes a new instance of X12OneWayAgreement.

Properties

ProtocolSettings

The X12 protocol settings.

ReceiverBusinessIdentity

The receiver business identity.

SenderBusinessIdentity

The sender business identity.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<X12OneWayAgreement>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<X12OneWayAgreement>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<X12OneWayAgreement>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<X12OneWayAgreement>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<X12OneWayAgreement>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to