X12OneWayAgreement 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
X12OneWayAgreement() | |
X12OneWayAgreement(BusinessIdentity, BusinessIdentity, X12ProtocolSettings) |
X12OneWayAgreement()
public X12OneWayAgreement ();
Public Sub New ()
Applies to
X12OneWayAgreement(BusinessIdentity, BusinessIdentity, X12ProtocolSettings)
public X12OneWayAgreement (Microsoft.Azure.Management.Logic.Fluent.Models.BusinessIdentity senderBusinessIdentity, Microsoft.Azure.Management.Logic.Fluent.Models.BusinessIdentity receiverBusinessIdentity, Microsoft.Azure.Management.Logic.Fluent.Models.X12ProtocolSettings protocolSettings);
new Microsoft.Azure.Management.Logic.Fluent.Models.X12OneWayAgreement : Microsoft.Azure.Management.Logic.Fluent.Models.BusinessIdentity * Microsoft.Azure.Management.Logic.Fluent.Models.BusinessIdentity * Microsoft.Azure.Management.Logic.Fluent.Models.X12ProtocolSettings -> Microsoft.Azure.Management.Logic.Fluent.Models.X12OneWayAgreement
Public Sub New (senderBusinessIdentity As BusinessIdentity, receiverBusinessIdentity As BusinessIdentity, protocolSettings As X12ProtocolSettings)
Parameters
- senderBusinessIdentity
- BusinessIdentity
- receiverBusinessIdentity
- BusinessIdentity
- protocolSettings
- X12ProtocolSettings
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET