AS2OneWayAgreement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AS2OneWayAgreement() | |
AS2OneWayAgreement(BusinessIdentity, BusinessIdentity, AS2ProtocolSettings) |
AS2OneWayAgreement()
public AS2OneWayAgreement ();
Public Sub New ()
Applies to
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)
Parameters
- senderBusinessIdentity
- BusinessIdentity
- receiverBusinessIdentity
- BusinessIdentity
- protocolSettings
- AS2ProtocolSettings
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET