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