EdifactOneWayAgreement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 プロトコル設定。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET