Share via


IntegrationAccountClient.ListIntegrationAccountAgreements Method

Definition

Gets the integration account agreements by resource group name.

public System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement> ListIntegrationAccountAgreements (string resourceGroupName, string integrationAccountName);
member this.ListIntegrationAccountAgreements : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement>
Public Function ListIntegrationAccountAgreements (resourceGroupName As String, integrationAccountName As String) As IList(Of IntegrationAccountAgreement)

Parameters

resourceGroupName
String

The integration account agreement resource group name.

integrationAccountName
String

The integration account name.

Returns

List of integration account agreements.

Applies to