Partager via


AS2OneWayAgreement Constructeurs

Définition

Surcharges

AS2OneWayAgreement()

Initialise une nouvelle instance de la classe AS2OneWayAgreement.

AS2OneWayAgreement(BusinessIdentity, BusinessIdentity, AS2ProtocolSettings)

Initialise une nouvelle instance de la classe AS2OneWayAgreement.

AS2OneWayAgreement()

Initialise une nouvelle instance de la classe AS2OneWayAgreement.

public AS2OneWayAgreement ();
Public Sub New ()

S’applique à

AS2OneWayAgreement(BusinessIdentity, BusinessIdentity, AS2ProtocolSettings)

Initialise une nouvelle instance de la classe AS2OneWayAgreement.

public AS2OneWayAgreement (Microsoft.Azure.Management.Logic.Models.BusinessIdentity senderBusinessIdentity, Microsoft.Azure.Management.Logic.Models.BusinessIdentity receiverBusinessIdentity, Microsoft.Azure.Management.Logic.Models.AS2ProtocolSettings protocolSettings);
new Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement : Microsoft.Azure.Management.Logic.Models.BusinessIdentity * Microsoft.Azure.Management.Logic.Models.BusinessIdentity * Microsoft.Azure.Management.Logic.Models.AS2ProtocolSettings -> Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement
Public Sub New (senderBusinessIdentity As BusinessIdentity, receiverBusinessIdentity As BusinessIdentity, protocolSettings As AS2ProtocolSettings)

Paramètres

senderBusinessIdentity
BusinessIdentity

Identité métier de l’expéditeur

receiverBusinessIdentity
BusinessIdentity

Identité métier du récepteur

protocolSettings
AS2ProtocolSettings

Paramètres du protocole AS2.

S’applique à