EdifactOneWayAgreement コンストラクター

定義

オーバーロード

EdifactOneWayAgreement()

EdifactOneWayAgreement クラスの新しいインスタンスを初期化します。

EdifactOneWayAgreement(BusinessIdentity, BusinessIdentity, EdifactProtocolSettings)

EdifactOneWayAgreement クラスの新しいインスタンスを初期化します。

EdifactOneWayAgreement()

EdifactOneWayAgreement クラスの新しいインスタンスを初期化します。

public EdifactOneWayAgreement ();
Public Sub New ()

適用対象

EdifactOneWayAgreement(BusinessIdentity, BusinessIdentity, EdifactProtocolSettings)

EdifactOneWayAgreement クラスの新しいインスタンスを初期化します。

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)

パラメーター

senderBusinessIdentity
BusinessIdentity

送信者のビジネス ID

receiverBusinessIdentity
BusinessIdentity

受信側のビジネス ID

protocolSettings
EdifactProtocolSettings

EDIFACT プロトコル設定。

適用対象