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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python