你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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