Compartir a través de


AS2OneWayAgreement Constructores

Definición

Sobrecargas

AS2OneWayAgreement()
AS2OneWayAgreement(BusinessIdentity, BusinessIdentity, AS2ProtocolSettings)

AS2OneWayAgreement()

public AS2OneWayAgreement ();
Public Sub New ()

Se aplica a

AS2OneWayAgreement(BusinessIdentity, BusinessIdentity, AS2ProtocolSettings)

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

Parámetros

senderBusinessIdentity
BusinessIdentity
receiverBusinessIdentity
BusinessIdentity
protocolSettings
AS2ProtocolSettings

Se aplica a