你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IntegrationAccountAgreement 构造函数

定义

重载

IntegrationAccountAgreement()

初始化 IntegrationAccountAgreement 类的新实例。

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

初始化 IntegrationAccountAgreement 类的新实例。

IntegrationAccountAgreement()

初始化 IntegrationAccountAgreement 类的新实例。

public IntegrationAccountAgreement ();
Public Sub New ()

适用于

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

初始化 IntegrationAccountAgreement 类的新实例。

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)

参数

agreementType
AgreementType

协议类型。 可能的值包括:“NotSpecified”、“AS2”、“X12”、“Edifact”

hostPartner
String

设置为此协议的主机合作伙伴的集成帐户合作伙伴。

guestPartner
String

设置为此协议的来宾合作伙伴的集成帐户合作伙伴。

hostIdentity
BusinessIdentity

主机合作伙伴的业务标识。

guestIdentity
BusinessIdentity

来宾合作伙伴的业务标识。

content
AgreementContent

协议内容。

id
String

资源 ID。

name
String

获取资源名称。

type
String

获取资源类型。

location
String

资源位置。

tags
IDictionary<String,String>

资源标记。

createdTime
Nullable<DateTime>

创建时间。

changedTime
Nullable<DateTime>

更改的时间。

metadata
Object

元数据。

适用于