IntegrationAccountAgreement Class
The integration account agreement.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.logic.models._models_py3.ResourceIntegrationAccountAgreement
Constructor
IntegrationAccountAgreement(*, agreement_type: str | AgreementType, host_partner: str, guest_partner: str, host_identity: BusinessIdentity, guest_identity: BusinessIdentity, content: AgreementContent, location: str | None = None, tags: Dict[str, str] | None = None, metadata: Any | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
The resource location. |
tags
|
A set of tags. The resource tags. |
metadata
|
The metadata. |
agreement_type
|
str or
AgreementType
Required. The agreement type. Possible values include: "NotSpecified", "AS2", "X12", "Edifact". |
host_partner
|
Required. The integration account partner that is set as host partner for this agreement. |
guest_partner
|
Required. The integration account partner that is set as guest partner for this agreement. |
host_identity
|
Required. The business identity of the host partner. |
guest_identity
|
Required. The business identity of the guest partner. |
content
|
Required. The agreement content. |
Variables
Name | Description |
---|---|
id
|
The resource id. |
name
|
Gets the resource name. |
type
|
Gets the resource type. |
location
|
The resource location. |
tags
|
A set of tags. The resource tags. |
created_time
|
The created time. |
changed_time
|
The changed time. |
metadata
|
The metadata. |
agreement_type
|
str or
AgreementType
Required. The agreement type. Possible values include: "NotSpecified", "AS2", "X12", "Edifact". |
host_partner
|
Required. The integration account partner that is set as host partner for this agreement. |
guest_partner
|
Required. The integration account partner that is set as guest partner for this agreement. |
host_identity
|
Required. The business identity of the host partner. |
guest_identity
|
Required. The business identity of the guest partner. |
content
|
Required. The agreement content. |
Azure SDK for Python