AS2OneWayAgreement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AS2OneWayAgreement の新しいインスタンスを初期化します。
public AS2OneWayAgreement (Azure.ResourceManager.Logic.Models.IntegrationAccountBusinessIdentity senderBusinessIdentity, Azure.ResourceManager.Logic.Models.IntegrationAccountBusinessIdentity receiverBusinessIdentity, Azure.ResourceManager.Logic.Models.AS2ProtocolSettings protocolSettings);
new Azure.ResourceManager.Logic.Models.AS2OneWayAgreement : Azure.ResourceManager.Logic.Models.IntegrationAccountBusinessIdentity * Azure.ResourceManager.Logic.Models.IntegrationAccountBusinessIdentity * Azure.ResourceManager.Logic.Models.AS2ProtocolSettings -> Azure.ResourceManager.Logic.Models.AS2OneWayAgreement
Public Sub New (senderBusinessIdentity As IntegrationAccountBusinessIdentity, receiverBusinessIdentity As IntegrationAccountBusinessIdentity, protocolSettings As AS2ProtocolSettings)
パラメーター
- senderBusinessIdentity
- IntegrationAccountBusinessIdentity
送信者のビジネス ID。
- receiverBusinessIdentity
- IntegrationAccountBusinessIdentity
受信側のビジネス ID。
- protocolSettings
- AS2ProtocolSettings
AS2 プロトコル設定。
例外
senderBusinessIdentity
、receiverBusinessIdentity
、または protocolSettings
が null です。