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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET