AS2ErrorSettings 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 AS2 agreement error settings.
public class AS2ErrorSettings
public class AS2ErrorSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.AS2ErrorSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.AS2ErrorSettings>
type AS2ErrorSettings = class
type AS2ErrorSettings = class
interface IJsonModel<AS2ErrorSettings>
interface IPersistableModel<AS2ErrorSettings>
Public Class AS2ErrorSettings
Public Class AS2ErrorSettings
Implements IJsonModel(Of AS2ErrorSettings), IPersistableModel(Of AS2ErrorSettings)
- Inheritance
-
AS2ErrorSettings
- Implements
Constructors
AS2ErrorSettings(Boolean, Boolean) |
Initializes a new instance of AS2ErrorSettings. |
Properties
ResendIfMdnNotReceived |
The value indicating whether to resend message If MDN is not received. |
SuspendDuplicateMessage |
The value indicating whether to suspend duplicate message. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AS2ErrorSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AS2ErrorSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AS2ErrorSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AS2ErrorSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AS2ErrorSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET