Compartilhar via


AS2OneWayAgreement Construtor

Definição

Inicializa uma nova instância do AS2OneWayAgreement.

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

Parâmetros

senderBusinessIdentity
IntegrationAccountBusinessIdentity

A identidade comercial do remetente.

receiverBusinessIdentity
IntegrationAccountBusinessIdentity

A identidade comercial do receptor.

protocolSettings
AS2ProtocolSettings

As configurações do protocolo AS2.

Exceções

senderBusinessIdentity, receiverBusinessIdentity ou protocolSettings é nulo.

Aplica-se a