Share via


IntegrationAccountClient.ListIntegrationAccountGeneratedIcns Method

Definition

Gets the integration account generated interchange control numbers by resource group name.

public System.Collections.Generic.IList<Microsoft.Azure.Commands.LogicApp.Utilities.QualifiedIntegrationAccountControlNumber> ListIntegrationAccountGeneratedIcns (string resourceGroupName, string integrationAccountName, Microsoft.Azure.Management.Logic.Models.AgreementType agreementType);
member this.ListIntegrationAccountGeneratedIcns : string * string * Microsoft.Azure.Management.Logic.Models.AgreementType -> System.Collections.Generic.IList<Microsoft.Azure.Commands.LogicApp.Utilities.QualifiedIntegrationAccountControlNumber>
Public Function ListIntegrationAccountGeneratedIcns (resourceGroupName As String, integrationAccountName As String, agreementType As AgreementType) As IList(Of QualifiedIntegrationAccountControlNumber)

Parameters

resourceGroupName
String

The integration account agreement resource group name.

integrationAccountName
String

The integration account name.

agreementType
AgreementType

The agreement type.

Returns

List of integration account agreements.

Applies to