IntegrationAccountAgreement Class

Definition

The integration account agreement.

[Microsoft.Rest.Serialization.JsonTransformation]
public class IntegrationAccountAgreement : Microsoft.Azure.Management.Logic.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IntegrationAccountAgreement = class
    inherit Resource
Public Class IntegrationAccountAgreement
Inherits Resource
Inheritance
IntegrationAccountAgreement
Attributes

Constructors

IntegrationAccountAgreement()

Initializes a new instance of the IntegrationAccountAgreement class.

IntegrationAccountAgreement(AgreementType, String, String, BusinessIdentity, BusinessIdentity, AgreementContent, String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, Nullable<DateTime>, Object)

Initializes a new instance of the IntegrationAccountAgreement class.

Properties

AgreementType

Gets or sets the agreement type. Possible values include: 'NotSpecified', 'AS2', 'X12', 'Edifact'

ChangedTime

Gets the changed time.

Content

Gets or sets the agreement content.

CreatedTime

Gets the created time.

GuestIdentity

Gets or sets the business identity of the guest partner.

GuestPartner

Gets or sets the integration account partner that is set as guest partner for this agreement.

HostIdentity

Gets or sets the business identity of the host partner.

HostPartner

Gets or sets the integration account partner that is set as host partner for this agreement.

Id

Gets the resource id.

(Inherited from Resource)
Location

Gets or sets the resource location.

(Inherited from Resource)
Metadata

Gets or sets the metadata.

Name

Gets the resource name.

(Inherited from Resource)
Tags

Gets or sets the resource tags.

(Inherited from Resource)
Type

Gets the resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to