AS2ErrorSettings Class
The AS2 agreement error settings.
All required parameters must be populated in order to send to Azure.
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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python