AgreementContent Class
The integration account agreement content.
- Inheritance
-
msrest.serialization.ModelAgreementContent
Constructor
AgreementContent(*, a_s2: AS2AgreementContent | None = None, x12: X12AgreementContent | None = None, edifact: EdifactAgreementContent | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
a_s2
|
The AS2 agreement content. |
x12
|
The X12 agreement content. |
edifact
|
The EDIFACT agreement content. |
Variables
Name | Description |
---|---|
a_s2
|
The AS2 agreement content. |
x12
|
The X12 agreement content. |
edifact
|
The EDIFACT agreement content. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python