AS2EnvelopeSettings 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 envelope settings.
public class AS2EnvelopeSettings
public class AS2EnvelopeSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.AS2EnvelopeSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.AS2EnvelopeSettings>
type AS2EnvelopeSettings = class
type AS2EnvelopeSettings = class
interface IJsonModel<AS2EnvelopeSettings>
interface IPersistableModel<AS2EnvelopeSettings>
Public Class AS2EnvelopeSettings
Public Class AS2EnvelopeSettings
Implements IJsonModel(Of AS2EnvelopeSettings), IPersistableModel(Of AS2EnvelopeSettings)
- Inheritance
-
AS2EnvelopeSettings
- Implements
Constructors
AS2EnvelopeSettings(ContentType, Boolean, String, Boolean, Boolean) |
Initializes a new instance of AS2EnvelopeSettings. |
Properties
AutoGenerateFileName |
The value indicating whether to auto generate file name. |
FileNameTemplate |
The template for file name. |
MessageContentType |
The message content type. |
SuspendMessageOnFileNameGenerationError |
The value indicating whether to suspend message on file name generation error. |
TransmitFileNameInMimeHeader |
The value indicating whether to transmit file name in mime header. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AS2EnvelopeSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AS2EnvelopeSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AS2EnvelopeSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AS2EnvelopeSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AS2EnvelopeSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET