AS2AgreementContent Class
The integration account AS2 agreement content.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelAS2AgreementContent
Constructor
AS2AgreementContent(*, receive_agreement: AS2OneWayAgreement, send_agreement: AS2OneWayAgreement, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
receive_agreement
|
Required. The AS2 one-way receive agreement. |
send_agreement
|
Required. The AS2 one-way send agreement. |
Variables
Name | Description |
---|---|
receive_agreement
|
Required. The AS2 one-way receive agreement. |
send_agreement
|
Required. The AS2 one-way send agreement. |
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