AS2ErrorSettings Class
The AS2 agreement error settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelAS2ErrorSettings
Constructor
AS2ErrorSettings(*, suspend_duplicate_message: bool, resend_if_mdn_not_received: bool, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
suspend_duplicate_message
|
Required. The value indicating whether to suspend duplicate message. |
resend_if_mdn_not_received
|
Required. The value indicating whether to resend message If MDN is not received. |
Variables
Name | Description |
---|---|
suspend_duplicate_message
|
Required. The value indicating whether to suspend duplicate message. |
resend_if_mdn_not_received
|
Required. The value indicating whether to resend message If MDN is not received. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python