AS2OneWayAgreement Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET