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() |
Initializes a new instance of the EdifactOneWayAgreement class. |
EdifactOneWayAgreement(BusinessIdentity, BusinessIdentity, EdifactProtocolSettings) |
Initializes a new instance of the EdifactOneWayAgreement class. |
EdifactOneWayAgreement()
Initializes a new instance of the EdifactOneWayAgreement class.
public EdifactOneWayAgreement ();
Public Sub New ()
Applies to
EdifactOneWayAgreement(BusinessIdentity, BusinessIdentity, EdifactProtocolSettings)
Initializes a new instance of the EdifactOneWayAgreement class.
public EdifactOneWayAgreement (Microsoft.Azure.Management.Logic.Models.BusinessIdentity senderBusinessIdentity, Microsoft.Azure.Management.Logic.Models.BusinessIdentity receiverBusinessIdentity, Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings protocolSettings);
new Microsoft.Azure.Management.Logic.Models.EdifactOneWayAgreement : Microsoft.Azure.Management.Logic.Models.BusinessIdentity * Microsoft.Azure.Management.Logic.Models.BusinessIdentity * Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings -> Microsoft.Azure.Management.Logic.Models.EdifactOneWayAgreement
Public Sub New (senderBusinessIdentity As BusinessIdentity, receiverBusinessIdentity As BusinessIdentity, protocolSettings As EdifactProtocolSettings)
Parameters
- senderBusinessIdentity
- BusinessIdentity
The sender business identity
- receiverBusinessIdentity
- BusinessIdentity
The receiver business identity
- protocolSettings
- EdifactProtocolSettings
The EDIFACT protocol settings.
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