次の方法で共有


EdifactOneWayAgreement コンストラクター

定義

オーバーロード

EdifactOneWayAgreement()
EdifactOneWayAgreement(BusinessIdentity, BusinessIdentity, EdifactProtocolSettings)

EdifactOneWayAgreement()

public EdifactOneWayAgreement();
Public Sub New ()

適用対象

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)

パラメーター

senderBusinessIdentity
BusinessIdentity
receiverBusinessIdentity
BusinessIdentity
protocolSettings
EdifactProtocolSettings

適用対象