Aracılığıyla paylaş


IntegrationAccountAgreement Constructors

Definition

Overloads

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.

IntegrationAccountAgreement()

Initializes a new instance of the IntegrationAccountAgreement class.

public IntegrationAccountAgreement ();
Public Sub New ()

Applies to

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.

public IntegrationAccountAgreement (Microsoft.Azure.Management.Logic.Models.AgreementType agreementType, string hostPartner, string guestPartner, Microsoft.Azure.Management.Logic.Models.BusinessIdentity hostIdentity, Microsoft.Azure.Management.Logic.Models.BusinessIdentity guestIdentity, Microsoft.Azure.Management.Logic.Models.AgreementContent content, string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, DateTime? createdTime = default, DateTime? changedTime = default, object metadata = default);
new Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement : Microsoft.Azure.Management.Logic.Models.AgreementType * string * string * Microsoft.Azure.Management.Logic.Models.BusinessIdentity * Microsoft.Azure.Management.Logic.Models.BusinessIdentity * Microsoft.Azure.Management.Logic.Models.AgreementContent * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<DateTime> * Nullable<DateTime> * obj -> Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement
Public Sub New (agreementType As AgreementType, hostPartner As String, guestPartner As String, hostIdentity As BusinessIdentity, guestIdentity As BusinessIdentity, content As AgreementContent, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional metadata As Object = Nothing)

Parameters

agreementType
AgreementType

The agreement type. Possible values include: 'NotSpecified', 'AS2', 'X12', 'Edifact'

hostPartner
String

The integration account partner that is set as host partner for this agreement.

guestPartner
String

The integration account partner that is set as guest partner for this agreement.

hostIdentity
BusinessIdentity

The business identity of the host partner.

guestIdentity
BusinessIdentity

The business identity of the guest partner.

content
AgreementContent

The agreement content.

id
String

The resource id.

name
String

Gets the resource name.

type
String

Gets the resource type.

location
String

The resource location.

tags
IDictionary<String,String>

The resource tags.

createdTime
Nullable<DateTime>

The created time.

changedTime
Nullable<DateTime>

The changed time.

metadata
Object

The metadata.

Applies to