EdifactOneWayAgreement 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
EdifactOneWayAgreement() | |
EdifactOneWayAgreement(BusinessIdentity, BusinessIdentity, EdifactProtocolSettings) |
EdifactOneWayAgreement()
public EdifactOneWayAgreement ();
Public Sub New ()
Applies to
EdifactOneWayAgreement(BusinessIdentity, BusinessIdentity, EdifactProtocolSettings)
public EdifactOneWayAgreement (Microsoft.Azure.Management.Logic.Fluent.Models.BusinessIdentity senderBusinessIdentity, Microsoft.Azure.Management.Logic.Fluent.Models.BusinessIdentity receiverBusinessIdentity, Microsoft.Azure.Management.Logic.Fluent.Models.EdifactProtocolSettings protocolSettings);
new Microsoft.Azure.Management.Logic.Fluent.Models.EdifactOneWayAgreement : Microsoft.Azure.Management.Logic.Fluent.Models.BusinessIdentity * Microsoft.Azure.Management.Logic.Fluent.Models.BusinessIdentity * Microsoft.Azure.Management.Logic.Fluent.Models.EdifactProtocolSettings -> Microsoft.Azure.Management.Logic.Fluent.Models.EdifactOneWayAgreement
Public Sub New (senderBusinessIdentity As BusinessIdentity, receiverBusinessIdentity As BusinessIdentity, protocolSettings As EdifactProtocolSettings)
Parameters
- senderBusinessIdentity
- BusinessIdentity
- receiverBusinessIdentity
- BusinessIdentity
- protocolSettings
- EdifactProtocolSettings
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET