AS2AgreementContent(AS2OneWayAgreement, AS2OneWayAgreement) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AS2AgreementContent.
public AS2AgreementContent (Azure.ResourceManager.Logic.Models.AS2OneWayAgreement receiveAgreement, Azure.ResourceManager.Logic.Models.AS2OneWayAgreement sendAgreement);
new Azure.ResourceManager.Logic.Models.AS2AgreementContent : Azure.ResourceManager.Logic.Models.AS2OneWayAgreement * Azure.ResourceManager.Logic.Models.AS2OneWayAgreement -> Azure.ResourceManager.Logic.Models.AS2AgreementContent
Public Sub New (receiveAgreement As AS2OneWayAgreement, sendAgreement As AS2OneWayAgreement)
Parameters
- receiveAgreement
- AS2OneWayAgreement
The AS2 one-way receive agreement.
- sendAgreement
- AS2OneWayAgreement
The AS2 one-way send agreement.
Exceptions
receiveAgreement
or sendAgreement
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET