次の方法で共有


X12OneWayAgreement コンストラクター

定義

オーバーロード

X12OneWayAgreement()
X12OneWayAgreement(BusinessIdentity, BusinessIdentity, X12ProtocolSettings)

X12OneWayAgreement()

public X12OneWayAgreement();
Public Sub New ()

適用対象

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)

パラメーター

senderBusinessIdentity
BusinessIdentity
receiverBusinessIdentity
BusinessIdentity
protocolSettings
X12ProtocolSettings

適用対象