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

AS2AgreementContent 构造函数

定义

重载

AS2AgreementContent()
AS2AgreementContent(AS2OneWayAgreement, AS2OneWayAgreement)

AS2AgreementContent()

public AS2AgreementContent ();
Public Sub New ()

适用于

AS2AgreementContent(AS2OneWayAgreement, AS2OneWayAgreement)

public AS2AgreementContent (Microsoft.Azure.Management.Logic.Fluent.Models.AS2OneWayAgreement receiveAgreement, Microsoft.Azure.Management.Logic.Fluent.Models.AS2OneWayAgreement sendAgreement);
new Microsoft.Azure.Management.Logic.Fluent.Models.AS2AgreementContent : Microsoft.Azure.Management.Logic.Fluent.Models.AS2OneWayAgreement * Microsoft.Azure.Management.Logic.Fluent.Models.AS2OneWayAgreement -> Microsoft.Azure.Management.Logic.Fluent.Models.AS2AgreementContent
Public Sub New (receiveAgreement As AS2OneWayAgreement, sendAgreement As AS2OneWayAgreement)

参数

receiveAgreement
AS2OneWayAgreement
sendAgreement
AS2OneWayAgreement

适用于