次の方法で共有


AS2AgreementContent コンストラクター

定義

オーバーロード

AS2AgreementContent()

AS2AgreementContent クラスの新しいインスタンスを初期化します。

AS2AgreementContent(AS2OneWayAgreement, AS2OneWayAgreement)

AS2AgreementContent クラスの新しいインスタンスを初期化します。

AS2AgreementContent()

AS2AgreementContent クラスの新しいインスタンスを初期化します。

public AS2AgreementContent();
Public Sub New ()

適用対象

AS2AgreementContent(AS2OneWayAgreement, AS2OneWayAgreement)

AS2AgreementContent クラスの新しいインスタンスを初期化します。

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

パラメーター

receiveAgreement
AS2OneWayAgreement

AS2 一方向は契約を受け取ります。

sendAgreement
AS2OneWayAgreement

AS2 一方向送信契約。

適用対象