AS2AgreementContent Constructors
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.
Overloads
AS2AgreementContent() |
Initializes a new instance of the AS2AgreementContent class. |
AS2AgreementContent(AS2OneWayAgreement, AS2OneWayAgreement) |
Initializes a new instance of the AS2AgreementContent class. |
AS2AgreementContent()
Initializes a new instance of the AS2AgreementContent class.
public AS2AgreementContent ();
Public Sub New ()
Applies to
AS2AgreementContent(AS2OneWayAgreement, AS2OneWayAgreement)
Initializes a new instance of the AS2AgreementContent class.
public AS2AgreementContent (Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement receiveAgreement, Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement sendAgreement);
new Microsoft.Azure.Management.Logic.Models.AS2AgreementContent : Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement * Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement -> Microsoft.Azure.Management.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.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET