IntegrationAccountAgreementFilter Constructors

Definition

Overloads

IntegrationAccountAgreementFilter()

Initializes a new instance of the IntegrationAccountAgreementFilter class.

IntegrationAccountAgreementFilter(AgreementType)

Initializes a new instance of the IntegrationAccountAgreementFilter class.

IntegrationAccountAgreementFilter()

Initializes a new instance of the IntegrationAccountAgreementFilter class.

public IntegrationAccountAgreementFilter ();
Public Sub New ()

Applies to

IntegrationAccountAgreementFilter(AgreementType)

Initializes a new instance of the IntegrationAccountAgreementFilter class.

public IntegrationAccountAgreementFilter (Microsoft.Azure.Management.Logic.Models.AgreementType agreementType);
new Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreementFilter : Microsoft.Azure.Management.Logic.Models.AgreementType -> Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreementFilter
Public Sub New (agreementType As AgreementType)

Parameters

agreementType
AgreementType

The agreement type of integration account agreement. Possible values include: 'NotSpecified', 'AS2', 'X12', 'Edifact'

Applies to