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