X12AgreementContent 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 X12 agreement content.
public class X12AgreementContent
public class X12AgreementContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.X12AgreementContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.X12AgreementContent>
type X12AgreementContent = class
type X12AgreementContent = class
interface IJsonModel<X12AgreementContent>
interface IPersistableModel<X12AgreementContent>
Public Class X12AgreementContent
Public Class X12AgreementContent
Implements IJsonModel(Of X12AgreementContent), IPersistableModel(Of X12AgreementContent)
- Inheritance
-
X12AgreementContent
- Implements
Constructors
X12AgreementContent(X12OneWayAgreement, X12OneWayAgreement) |
Initializes a new instance of X12AgreementContent. |
Properties
ReceiveAgreement |
The X12 one-way receive agreement. |
SendAgreement |
The X12 one-way send agreement. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<X12AgreementContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<X12AgreementContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<X12AgreementContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<X12AgreementContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<X12AgreementContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET