AS2AgreementContent Constructors

Definition

Overloads

AS2AgreementContent()
AS2AgreementContent(AS2OneWayAgreement, AS2OneWayAgreement)

AS2AgreementContent()

public AS2AgreementContent ();
Public Sub New ()

Applies to

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)

Parameters

receiveAgreement
AS2OneWayAgreement
sendAgreement
AS2OneWayAgreement

Applies to